Fedir Zinchuk
Fedir Zinchuk
> So if no values are set in the form field the value of the tinymce config should be respected? Yes, right. It already works like that, kind of. To...
Yes, that should work. Then this should go in to 6.1-dev. It changes the behavior. Also need to revert changes in `DisplayTrait.php` because the same already exist a few line...
Please revert changes in `DisplayTrait.php` they are wrong. The sizes already set from the parameters.
> I reverted the two parameters You reverted not enough :wink: This also need to revert https://github.com/RickR2H/joomla-cms/blob/9e7902f6c6ec2beecd73b1fcba56be1fb84e64db/plugins/editors/tinymce/src/PluginTraits/DisplayTrait.php#L79-L86 There already code that loading the parameters , and these changes only add...
Now looks good, thanks!
Currently we have only On/Off option for caching and nothing in between. When we remove `no-store` we will lose possibility to really prevent the caching. This is not an option...
I do not agree. The Document IS the template and it just a wrapper around the content. All it know is the format: html, json, xml etc. To cache or...
@sshekhar563 did you use AI code assistant? Please review the code to fit it in to Joomla code style. There still many issues with the generated code.
For 5.4 I catch the error by accident. (In dev console while ajax call for scheduled tasks) > TypeError: Joomla\Component\Joomlaupdate\Administrator\Enum\AutoupdateRegisterState::tryFrom(): Argument #1 ($value) must be of type int, string given...
It should be easy. Can just replace `calendar` to `datetime` field in all XMLs, or extend `CalendarField` from `DatetimeField` field class. However, 2 questions opened: - We need to agree...