#46438 introduces two new field descriptions that are wrong
PLG_TINY_FIELD_HTMLHEIGHT_DESC="Set the height of the editor. Leave empty for automatic height. A numeric value can be used or a value with valid CSS units (for example: 50vh or 50rem)."
PLG_TINY_FIELD_HTMLWIDTH_DESC="Set the width of the editor. Leave empty for 100% width. A numeric value can be used or a value with valid CSS units (for example: 50vw or 50em)."
You cannot leave it as empty. If you delete the contents of the field then on save the values of 550px and 100% height are inserted
6.1
The text descriptions should be correct
You cannot leave it as empty. If you delete the contents of the field then on save the values of 550px and 100% height are inserted
No response
| Labels |
Added:
No Code Attached Yet
bug
|
||
technically the empty value is not saved in the database, but yes it's a strange description since it will be prefilled on reload.
I think your suggested text is ok
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-09 20:34:32 |
| Closed_By | ⇒ | richard67 |
It could be changed to this but I am not sure if thats your intent
PLG_TINY_FIELD_HTMLHEIGHT_DESC="Set the height of the editor.The default value is 550px. A numeric value can be used or a value with valid CSS units (for example: 50vh or 50rem)."
PLG_TINY_FIELD_HTMLWIDTH_DESC="Set the width of the editor. The default value is 100%. A numeric value can be used or a value with valid CSS units (for example: 50vw or 50em)."