How to add a new property to the typography section ? #3829
alessandroprudencio
started this conversation in
General
Replies: 1 comment
-
First, you add the type, then you can use it. styleManager.addProperty('typography', {
name: 'Filter Sources',
type: 'my-custom-prop',
// ...
}, { at: 0 }); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a custom property to my typography section, but I don't know how I can render an html input inside it for that, any ideas?
already tried doing this:
Beta Was this translation helpful? Give feedback.
All reactions