New Type
DescriptionThis command will automatically create a folder in your content/
directory with the type name, a _blueprint.json
file inside that folder that describes the type's field structure, and a corresponding template in layout/content/
that has the same name as the type.
You can create a new content type by running plenti new type YOUR_NEW_TYPE
.
Long | Short | Description |
---|---|---|
--endpoint=true | -e=true | Pass "false" if you don't want your new type to have an endpoint that site visitors can access directly |