Markdown field withMeta has no effect
#6858
Unanswered
kichetof
asked this question in
Ideas & Feature Requests
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.
-
Description:
As
Markdownfield extendsFieldwho extendsFieldElementandElement, we have access towithMetamethod. (this applicable for other fields too). But, nothing happens with our meta.My use case, I've some Markdown presets and I want to apply css style. Actually, I can apply like that:
But,
proseclass is applied on textarea too and I can't apply different style.If I can set something like that:
I would be able to set a custom style to it.
Detailed steps to reproduce the issue on a fresh Nova installation:
Apply whatever on withMeta has no effect.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions