forked from adampatterson/Tentacle
-
Notifications
You must be signed in to change notification settings - Fork 1
Collection structure
Adam Patterson edited this page Mar 23, 2014
·
1 revision
Scaffolding is a way of adding custom date to your page templates, In order to activate the Scaffolding feature you simply include it in a DocBlock rite after the Template meta data.
The The DocBlock must start with /**
If you were to use /*
your YAML will not be loaded, This is simple to avoid any un-necessary confections with the template files meta data comment block that should start with /*
.
The data from these extra inputs is saved under the posts_meta in the database.
- display
- Admin
- Front
- paged
- single
- paged
- posts_per_page
- Per Page
- type
- text
- multiline
- password
- radio
- reset
- checkbox
- file
- image
- option
- name
- checked
- options
- notes
- required
Read more on the Scaffolded Data