Closed mlebarron closed 1 month ago
My first thought was I could have an ignore rule for Plugin Settings Changed. I tried this
and I still receive the error.
That's very strange, are you tracking your config through project config yaml files ? I can't reproduce this but I added a fix on 3.0.3 which should work for you
I am, I checked it with SEOMatic too, same thing. THere's a number of them that don't have edition
but this does fix it. Thank you.
my project config for SEOMatic says
seomatic:
enabled: '1'
licenseKey: <LICENSE>
schemaVersion: 3.0.12
settings: null
Control Panel CSS
cp-css:
enabled: '1'
licenseKey: null
schemaVersion: 2.0.0
settings:
additionalCss: "body.login {\r\n background: #101f2d;\r\n}\r\n\r\nbody.login label {\r\n color: #fff;\r\n}\r\n\r\nbody.login .disabled {\r\n opacity: .5;\r\n}"
cssFile: ''
We have the Control Panel CSS plugin just for some simple theming on the login panel. When trying to modify the "Additional CSS" field, this error is thrown.