Search
slugFieldBasedOn
slugFieldBasedOn
The ID of the Field the slug is based on.
const slugFieldBasedOn = collection.slugFieldBasedOn;
const slugFieldBasedOn = collection.slugFieldBasedOn;
const slugFieldBasedOn = collection.slugFieldBasedOn;
Type
string | null– The ID of the Field the slug is based on ornullif there is none.
Caveats
Only Collections that are not managed by a Plugin will have this value set.