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

Support CMS Rich Text Class Styling #3265

Open
johnsicili opened this issue Apr 30, 2024 · 1 comment
Open

Support CMS Rich Text Class Styling #3265

johnsicili opened this issue Apr 30, 2024 · 1 comment
Labels
area:cms All CMS related issues prio:2 Always look for prio:1 issues first before working on prio:2 type:feature Big task affecting the end user

Comments

@johnsicili
Copy link
Contributor

In my CMS I want to define a custom component, give it classes, and use the Westudio Style Panel to apply styles to the classes.

Example: Callout

<div class="callout">
    <img src="/note.svg" class="callout-icon">
    <p class="callout-text">Hello World</p>
</div>

Then in Webstudio I want to say .callout apply a background for example.

@johnsicili johnsicili added prio:2 Always look for prio:1 issues first before working on prio:2 area:cms All CMS related issues labels Apr 30, 2024
@kof kof added the type:feature Big task affecting the end user label Apr 30, 2024
@TrySound
Copy link
Member

TrySound commented May 1, 2024

Would support only tags at first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:cms All CMS related issues prio:2 Always look for prio:1 issues first before working on prio:2 type:feature Big task affecting the end user
Projects
None yet
Development

No branches or pull requests

3 participants