Sha256: d910cb1cb8433a371f66fd1ea6aa1371838ecd37e5a733f00ae4f71af5eef9f0

Contents?: true

Size: 1.25 KB

Versions: 7

Compression:

Stored size: 1.25 KB

Contents

# [.node] Node entity
{{parent: ent}}

The system shall provide `Node` entity that provide the following attributes:

Attribute | Type   | Required | Default | Description
--------- | ------ | -------- | ------- | -----------
id        | String | Yes      | ""      | Node identifier
title     | String | Yes      | ""      | Node title
meta      | Hash   | Yes      | {}      | Node metadata
body      | String | Yes      | ""      | Node body
items     | Array<Node> | Yes | []      | Array of child nodes

## System node options

The system through node metadata shall provide the following system options:

Option      | Example | Description
----------- | ------- | -----------
parent      | parent: fr | specifies the node parent
skip_meta   | skip_meta: true | force the system to skip printing metadata
order_index | order_index: .1 .2 | force the system to use specified order for child nodes

# [.tt] Template entity
{{parent: ent}}

The system shall provide `Template` entity that provide the following attributes:

Attribute | Type   | Required | Default | Description
--------- | ------ | -------- | ------- | -----------
id        | String | Yes      | ""      | Template identifier
body      | String | Yes      | ""      | Template body

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
clerq-0.3.4 lib/assets/promo/src/fr/ent.md
clerq-0.3.3 lib/assets/promo/src/fr/ent.md
clerq-0.3.2 lib/assets/promo/src/fr/ent.md
clerq-0.3.1 lib/assets/promo/src/fr/ent.md
clerq-0.3.0 lib/assets/promo/src/fr/ent.md
clerq-0.2.0 lib/assets/promo/src/fr/ent.md
clerq-0.1.0 lib/assets/promo/src/fr/ent.md