Closed can0199 closed 2 years ago
I have added the TCA field type "slug" to the fields you can assign to MASK elements as requested in this issue #437.
To configure the fields which holds information about the record fields to be used for slug generation it has to be like this:
With this nav_title,title as the value of the field generatorOptions.fields we can get the following configuration
nav_title,title
generatorOptions.fields
a slightly more complex configuration like this can be achieved with this value nav_title|title,subtitle
nav_title|title,subtitle
Do you think that's okay or do we need to make it easier?
also we need a better icon for the field
I have added the TCA field type "slug" to the fields you can assign to MASK elements as requested in this issue #437.
To configure the fields which holds information about the record fields to be used for slug generation it has to be like this:
With this
nav_title,title
as the value of the fieldgeneratorOptions.fields
we can get the following configurationa slightly more complex configuration like this can be achieved with this value
nav_title|title,subtitle
Do you think that's okay or do we need to make it easier?
also we need a better icon for the field