Skip to content

Commit

Permalink
Merge pull request kaliop-uk#177 from omh/omh-tag-doc-fix
Browse files Browse the repository at this point in the history
`id` missing as possible references attribute for tags.
  • Loading branch information
gggeek committed Nov 30, 2018
2 parents 68da4bc + 1b25eb8 commit 983a18f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/doc/DSL/Tags.yml
Expand Up @@ -11,7 +11,7 @@
-
identifier: referenceId # A string used to identify the reference
attribute: attributeId # The attribute to get the value of for the reference
# supports: always_available, depth, main_language_code, main_tag_id, modification_date,
# supports: always_available, depth, id, main_language_code, main_tag_id, modification_date,
# path, parent_tag_id, remote_id, keyword
references_type: "array" # Optional. If not set, created references values will be scalars. If set, they will be arrays
references_allow_empty: bool # optional. Set it to allow array referemces to be empty without it being considered an error
Expand Down Expand Up @@ -53,7 +53,7 @@
-
identifier: referenceId # A string used to identify the reference
attribute: attributeId # The attribute to get the value of for the reference
# supports: always_available, depth, main_language_code, main_tag_id, modification_date,
# supports: always_available, depth, id, main_language_code, main_tag_id, modification_date,
# path, parent_tag_id, remote_id, keyword
references_type: "array" # Optional. If not set, created references values will be scalars. If set, they will be arrays
references_allow_empty: bool # optional. Set it to allow array referemces to be empty without it being considered an error
Expand Down Expand Up @@ -84,7 +84,7 @@
-
identifier: referenceId # A string used to identify the reference
attribute: attributeId # The attribute to get the value of for the reference
# supports: always_available, depth, main_language_code, main_tag_id, modification_date,
# supports: always_available, depth, id, main_language_code, main_tag_id, modification_date,
# path, parent_tag_id, remote_id, keyword
references_type: "array" # Optional. If not set, created references values will be scalars. If set, they will be arrays
references_allow_empty: bool # optional. Set it to allow array referemces to be empty without it being considered an error
Expand All @@ -100,7 +100,7 @@
-
identifier: referenceId # A string used to identify the reference
attribute: attributeId # The attribute to get the value of for the reference
# supports: always_available, depth, main_language_code, main_tag_id, modification_date,
# supports: always_available, depth, id, main_language_code, main_tag_id, modification_date,
# path, parent_tag_id, remote_id, keyword
references_type: "array" # Optional. If not set, created references values will be scalars. If set, they will be arrays
references_allow_empty: bool # optional. Set it to allow array referemces to be empty without it being considered an error
Expand Down

0 comments on commit 983a18f

Please sign in to comment.