Collection structure - adampatterson/Tentacle GitHub Wiki

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.

Options

  • display
    • Admin
    • Front
  • paged
    • single
    • paged
  • posts_per_page
    • Per Page
  • type
    • text
    • multiline
    • password
    • radio
    • reset
    • checkbox
    • file
    • image
    • option
    • heading
  • name
  • checked
  • options
  • notes
  • required

Read more on the Scaffolded Data