- Issue created by @tobas1996
- Merge request !44Issue #3399529: Give option to customize the default empty value → (Open) created by tobas1996
The Tablefield module currently does not allow administrators to configure default text output when a cell in a table is left empty by the user. This lack of functionality results in blank cells in the table, which can be problematic for content presentation and user experience.
A patch has been developed to allow administrators to configure default text output for empty cells in a Tablefield. The configuration can be done through the TablefieldFormatter settings, where administrators can specify a default value that will be displayed when a table cell is left empty. This default content will appear on the front-end instead of the cell being empty.
The TablefieldFormatter settings page will include a new option where the administrator can specify the default text to be displayed in empty cells. This option will be presented as a text area field with a description of how it functions.
Active
3.0
Code