What are Templates?
Ship ready-made page sections users can insert from the Templates browser
Where Templates Live in a Pack
Core.elementsdevpack/
├── info.json
├── templates.json # Manifest: the tree shown in the Templates browser
└── templates/
├── 10DFAB6B-4F4F-408B-8EB4-4D8DA58E7988/ # One folder per template, named by its identifier
│ └── template.json # Serialised snapshot of the section
└── 0577D11D-F3CA-43BD-84A5-923A35F7782B/
├── template.json
└── 04D32224-016A-4D8F-A063-E09D37DFC9E9.svg # A resource bundled with this templateThe templates.json Manifest
{
"title": "Hero Sections",
"identifier": "5A0D029E-9272-4DF7-8AEA-5E9AFC70D0C6",
"kind": { "folder": {} },
"item": null,
"expanded": false,
"children": [
{
"title": "Simple",
"identifier": "849B4497-7FE4-4D68-8D23-791DC41EE5B5",
"kind": { "item": {} },
"expanded": false,
"item": {
"kind": "prefab",
"itemIdentifier": "10DFAB6B-4F4F-408B-8EB4-4D8DA58E7988",
"id": "EE9577BE-239F-4B8D-AC95-BB961283C1E6"
},
"children": []
}
]
}Inside template.json
Templates and Resources
Templates-Only Packs
Related Documentation
Last updated
Was this helpful?

