Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.3-stable] Fix loading custom properties into Tinymce skin #3070

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Oct 15, 2024

What is this pull request for?

For the Tinymce skin we need our custom properties available. We cannot simply compile them into the skin, because it gets loaded from Tinymce into the current document and this would lead to duplicated custom properties.

So instead we compile it as separate file and include it in the Alchemy admin as first stylesheet. This has the additional advantage that we can load this file into ie. Solidus to display the Alchemy Tinymce skin as well.

Checklist

For the Tinymce skin we need our custom properties available.
We cannot simply compile them into the skin, because it gets
loaded from Tinymce into the current document and this would
lead to duplicated custom properties.

So instead we compile it as separate file and include it in the
Alchemy admin as first stylesheet. This has the additional advantage
that we can load this file into ie. Solidus to display the Alchemy
Tinymce skin as well.
@tvdeyen tvdeyen requested a review from a team as a code owner October 15, 2024 12:17
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.47%. Comparing base (9d66b60) to head (843f615).
Report is 4 commits behind head on 7.3-stable.

Additional details and impacted files
@@             Coverage Diff             @@
##           7.3-stable    #3070   +/-   ##
===========================================
  Coverage       96.47%   96.47%           
===========================================
  Files             237      237           
  Lines            6408     6408           
===========================================
  Hits             6182     6182           
  Misses            226      226           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tvdeyen tvdeyen merged commit 3a84adb into 7.3-stable Oct 15, 2024
36 checks passed
@tvdeyen tvdeyen deleted the 7.3-stable-importable-custom-properties branch October 15, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants