Skip to content

Commit

Permalink
fix docs on content update/create
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Feb 16, 2021
1 parent 131bb0b commit b53c8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/DSL/Contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
priority: 0 # Optional. Set the priority of the main location
publication_date: zzz # Optional, set content publication date (if integer: timstamp is assumed. if string, see: http://php.net/manual/en/datetime.formats.php)
remote_id: custom_remote_id # Optional, will set a custom remote id
main_location: int|string # Optional, will set the main location. If passed a string, the location remote_id is assumed
section: x # string|int Optional section id or identifier
sort_field: x # Optional. See Locations.yml for details
sort_order: ASC|DESC # Optional
Expand Down Expand Up @@ -188,6 +187,7 @@
attribute2: value2
always_available: true|false # Optional
lang: xxx-YY # Optional, will fallback to default language if not provided (--default-language option or 'eng-GB' by default)
main_location: int|string # Optional, will set the main location. If passed a string, the location remote_id is assumed
modification_date: zzz # Optional, set content modification date (for formats, see: http://php.net/manual/en/datetime.formats.php)
new_remote_id: xxx # string Optional set a new RemoteId
# Optionally assign object states to the content
Expand Down

0 comments on commit b53c8cb

Please sign in to comment.