You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a custom field was choosen to be reused in mask, the label, descriptions, options and probably other values are not shown in the mask modul backend.
It looks "empty" like this:
It would be great if the current label and description text from the own custom TCA settings could be shown as placeholder text.
Maybe with a checkbox before the field and if checked, it's possible to overwrite it (like you can overwrite image title and description in an Textmedia element).
In case of a select field it would be nice to show the current options for the Elemente item as well. (but not editable?)
Maybe other options can be shown as well if available?
Question:
It seems that I can overwrite every option, for example the Elemente items?
Maybe it's possible to change individual options or add additional Elemente items?
The text was updated successfully, but these errors were encountered:
It seems that I can overwrite every option, for example the Elemente items?
Yes, since Mask 8.2 this is possible. You can override almost every option from "real" TCA defined fields.
Maybe it's possible to change individual options or add additional Elemente items?
I think overriding items does not really work, as these are indexed array items and can't be easily replaced. If you add e.g. an item, the first one will be replaced, because they share the same key "0".
When a custom field was choosen to be reused in mask, the label, descriptions, options and probably other values are not shown in the mask modul backend.
It looks "empty" like this:
![grafik](https://private-user-images.githubusercontent.com/33951787/260386606-2aa5ccc1-383d-4ca5-a829-0d7c1b1966ad.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjM3NDgsIm5iZiI6MTczOTQyMzQ0OCwicGF0aCI6Ii8zMzk1MTc4Ny8yNjAzODY2MDYtMmFhNWNjYzEtMzgzZC00Y2E1LWE4MjktMGQ3YzFiMTk2NmFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA1MTA0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM0NDZkYzVlZTQzODU1NzliYzBlNzliZGIzZmU0ZGJmZTEwYWZhMTgyZDRmMjZhMzMyYzY1MWY5YTA5ZjAyZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kZuPjdQYkZahecgQL4FP5A7r7UUCi3iuq6VBwV5X19k)
It would be great if the current label and description text from the own custom TCA settings could be shown as placeholder text.
Maybe with a checkbox before the field and if checked, it's possible to overwrite it (like you can overwrite image title and description in an Textmedia element).
In case of a select field it would be nice to show the current options for the Elemente item as well. (but not editable?)
Maybe other options can be shown as well if available?
Question:
It seems that I can overwrite every option, for example the Elemente items?
Maybe it's possible to change individual options or add additional Elemente items?
The text was updated successfully, but these errors were encountered: