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 in safe mode, I cannot edit the translations of placeholder content (using the RainLab Translate Plugin). I can edit the content and its translations. I can edit the placeholder content of the default language. But editing placeholder content of another language gives me the warning "Safe mode is currently enabled. Editing the PHP code of CMS templates is disabled."
Steps To Reproduce:
Use StaticPages and Translate Plugin.
Define a language that is not default.
Create a static page with a layout which defines a placeholder.
Edit the placeholder content for the non-default language.
Thanks for looking at the issue! (should this issue also be opened for the Translate Plugin?)
The text was updated successfully, but these errors were encountered:
* runs params value through htmlspecialchars() to escape html content
* add note about escaped content in translated messages
* use Html::clean() instead of e()
* Revert "add note about escaped content in translated messages"
* escape params when translating messages; introduce transRaw method for legacy usage
* Fix for #376 (#559)
Fix for #376
* Add support for transOrderBy (#516)
Add support for transOrderBy
* update version file for 1.6.8 release
* Disable safe mode checks for ML Static Pages.
Fixesrainlab/pages-plugin#434. Refs: rainlab/pages-plugin#174, rainlab/pages-plugin@6b6b061
* Clear RainLab.Pages caches when saving a static page
Fixesrainlab/pages-plugin#404
* Register asset bundle (#560)
* make sure multi-lingual input form controls have padding-right of 44px
* register asset bundle to process less files into css files
* reposition language selector above textarea box
* fix language selector position when commentAbove is defined
* Update version file for 1.6.9 release
* Fix error with casts fields default locale value (#556)
* only call setLocale() if locale has changed (#561)
* remove unused module
Co-authored-by: Siarhei Karavai <[email protected]>
Co-authored-by: Aurélien Roy <[email protected]>
Co-authored-by: Ben Thomson <[email protected]>
Co-authored-by: Luke Towers <[email protected]>
Co-authored-by: Trysystems <[email protected]>
Related to:
issue #174
Description:
When in safe mode, I cannot edit the translations of placeholder content (using the RainLab Translate Plugin). I can edit the content and its translations. I can edit the placeholder content of the default language. But editing placeholder content of another language gives me the warning "Safe mode is currently enabled. Editing the PHP code of CMS templates is disabled."
Steps To Reproduce:
Thanks for looking at the issue! (should this issue also be opened for the Translate Plugin?)
The text was updated successfully, but these errors were encountered: