Closed Joobs closed 2 years ago
Just tested and this is still working as expected on my end.
Perhaps it’s a permissions thing? PHP may not have permission to read the file. Try setting config/htmlpurifier/
and all its contents to 777
.
Can confirm, problem was my end. It's working as expected now.
If Nitro has been running for a long time, i seem to get some random issues like this where the state of the server seems to not update (I think there is a port conflict with another program).
Ah yeah… that can happen with Docker from time to time.
What happened?
Description
I've created a new
Custom.json
inconfig/htmlpurifier/
copied over the default settings. When I go to a Redactor/CKEditor field to the HTML Purifier Config settings, the dropdown only shows Default. Even if I renameDefault.json
->something.json
it still only show Default.Expected behavior
I should see Default and Custom as options
Actual behavior
No config options are show, only Default.
Craft CMS version
3.7.39
PHP version
8.1.3
Operating system and version
Linux 5.10.76-linuxkit
Database type and version
MySQL 5.7.37
Image driver and version
Imagick 3.7.0 (ImageMagick 7.1.0-16)
Installed plugins and versions
CKEditor | 1.3.0 Redactor | 2.10.7 ...