Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
131 stars 86 forks source link

[FEATURE] add tca fieldtype "slug" to mask fields #459

Closed can0199 closed 2 years ago

can0199 commented 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

Screenshot_2

a slightly more complex configuration like this can be achieved with this value nav_title|title,subtitle Screenshot_4

Do you think that's okay or do we need to make it easier?

also we need a better icon for the field