A topic for the dev meeting: jQuery UI 1.14.0 has a stable release.
There's already a pending 1.13.3 update, but we might want to consider 1.14 for the next Backdrop minor (1.29), the change would be too big for a patch release.
For example, we need to set a compatibility flag to true, which now defaults to false. Files have been removed, and other things.
But we get things working with 1.14, it seems. Even without fixing all dialogClass issues. So it's a matter of decision, which jQuery UI will go in next, I guess.
Proposed topic for User Group meeting if it is needed - configuring CK5 editor with allowed tags/attributes, comparing configuration of the CK Editor toolbar and allowed tags, comparing D7/D10/Backdrop configuration
Just to confirm I understand, does this mean that CK5 also has HTML filtering and proposing the ability to compare the Backdrop PHP filtering rules to CK5's?
I am not sure how Backdrop PHP filtering works. In D7 we had more separation between modules that control Text formats and Filters and I was able to limit both tags (<p>) and attributes ( <p class="summary caption text-align-left text-align-center text-align-right text-align-justify"> ).
I seemed to need to put the css in two locations - my local.css file in my sub-theme and in the ckeditor5.css in the ckeditor5 module's css sub-directory.
The latter will be...
took me a while to work out where the relevant css was put, but once I had tthis in play the solution works. I seemed to need to put the css in two locations - my local.css file in my sub-theme...
Thank you argiepiano, it works exactly as you said, the only thing is i dont have the "classify option" under file-types but I wrote it and I was able to access it and its done, now users can...
This is probably because your files are classified as octet-stream, since the mimetype for APK files is unknown to Backdrop. When this happens, Backdrop doesn't assign a file type to the managed file...
Posted1 day 12 hours ago by Alejandro Cremaschi (argiepiano) on:
For the record I cut and pasted the missing blogs. This was so long ago and the experience that I've gained made me realize the difference between content and configuration. It is likely that...
Comments
A topic for the dev meeting: jQuery UI 1.14.0 has a stable release.
There's already a pending 1.13.3 update, but we might want to consider 1.14 for the next Backdrop minor (1.29), the change would be too big for a patch release.
For example, we need to set a compatibility flag to true, which now defaults to false. Files have been removed, and other things.
Update to latest 1.13: https://github.com/backdrop/backdrop-issues/issues/6550
Update to 1.14: https://github.com/backdrop/backdrop-issues/issues/6677
This core bug (deprecated "dialogClass" usage) now gets more important: https://github.com/backdrop/backdrop-issues/issues/6184
But we get things working with 1.14, it seems. Even without fixing all dialogClass issues. So it's a matter of decision, which jQuery UI will go in next, I guess.
Proposed topic for User Group meeting if it is needed - configuring CK5 editor with allowed tags/attributes, comparing configuration of the CK Editor toolbar and allowed tags, comparing D7/D10/Backdrop configuration
Just to confirm I understand, does this mean that CK5 also has HTML filtering and proposing the ability to compare the Backdrop PHP filtering rules to CK5's?
I am not sure how Backdrop PHP filtering works. In D7 we had more separation between modules that control Text formats and Filters and I was able to limit both tags (<p>) and attributes ( <p class="summary caption text-align-left text-align-center text-align-right text-align-justify"> ).
Here is link for related issue https://github.com/backdrop/backdrop-issues/issues/6100