Closed danielfowler closed 8 years ago
I said I added title
to my fieldset, but I just now added type: title
to it, and it works now as expected.
The docs will need to include these details. Maybe y'all are already on it.
In summary, Workshop requires my fieldset to include:
fields:
title:
type: title
other_field:
type: text
...
when the whitelist setting is toggled on.
In the settings CP:
While this is toggled on,
Workshop:entry:create
will not save the title (perhaps also the date, I didn't check a date-ordered entry) field, slugifying the next available field instead.Here's my template code, where my generated files were named things like
atlanta.md
I did add
title
to my fieldset, but result didn't change.