Guides
Creating templates for a section
Creating templates for a section
Creating templates for a section
You can easily create a template for section in Built Studio, or you can do so in the code of the exported theme/plugin. The steps for creating a new section template are:
Create the template configuration
You can do this by creating a new template in Built Studio, or by manually creating a new object in public/data/templates.json
like this:
Add the template to a section
Add the template name to the templates
array and, optionally, as the default template for the section.
Add images of template UI
Take a screenshot of your template and store the image in a publicly accessible location. Then, add the image url to the template object in /public/data/templates.json
:
Define the Github repository URL
Adding this URL will allow the end user to learn more about the template when viewing it in Built Studio.