Regarding the loading of properties #5603
Unanswered
gilsonnetotec
asked this question in
Q&A
Replies: 0 comments
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 need to load the property when it enters a new condition, how do I do this? import { Editor } from 'grapesjs'
export function editorPublishers(editor: Editor) {
const colorText = {
name: 'Cor de Texto',
property: 'color',
type: 'color',
defaults: 'black'
}
Beta Was this translation helpful? Give feedback.
All reactions