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"> ).
Hey there, and thank you for the response. As for sending the email, yes, I am using the email functionality of webform. I was wondering where I could find the component ID of the field? Or...
Implemented this and it's working in the one place I know I needed it (will keep an eye out to see if it's working everywhere). HOWEVER, as you suspected, it does NOT show the template...
Wow, this is amazing...I didn't expect such an indepth answer, but I really appreciate it. I'll give this a try today and let you know what turns out...
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