This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "Unique Document Identifier" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"key" : { | |
"type" : "StructuredText", | |
"fieldset" : "Text Description", | |
"config" : { | |
"multi" : "heading1,heading2,hyperlink,image,embed", | |
"placeholder" : "Title...", | |
"imageConstraint" : { | |
"width" : 300, | |
"height" : 200 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"key" : { | |
"type" : "Image", | |
"fieldset" : "Image", | |
"config" : { | |
"constraint" : { | |
"width" : 300, | |
"height" : 300 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Content" : { | |
"body" : { | |
"fieldset" : "Dynamic page zone...", | |
"type" : "Slices", | |
"config" : { | |
"labels" : { | |
"alternated-highlights" : [ { | |
"name" : "full", | |
"display" : "Full featured" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"title" : { | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1", | |
"placeholder" : "Title" | |
} | |
}, | |
"description" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"table-example" : { | |
"fieldset" : "Table Example 1", | |
"type" : "Slices", | |
"config" : { | |
"choices" : { | |
"options" : { | |
"type" : "Group", | |
"fieldset" : "Table", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends ./layout.jade | |
block body | |
div.welcome | |
img(src=pagecontent.getImage('page.image').url, class='star') | |
!= pagecontent.getStructuredText('page.title').asHtml(ctx.linkResolver) | |
!= pagecontent.getStructuredText('page.description').asHtml(ctx.linkResolver) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "meaningful-unique-identifier...", | |
"label" : "Unique ID" | |
} | |
}, | |
"title" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "meaningful-unique-identifier...", | |
"label" : "Unique ID" | |
} | |
}, | |
"body" : { |