You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few use cases where I would like to add text formatted as inline code to a label or description property.
Also adding lists would be something that I see happening.
Would it be possible to parse those texts with a very simple markdown parser?
Sorry, this belongs into the Ideas section. Feel free to move it there.
The text was updated successfully, but these errors were encountered:
@emmatown I think we are talking about different things here. I am referring to the label and description properties of a keystatic fields object which are rendered to the CMS UI.
Eg…
schema: {results: fields.array(fields.object({/* … */}),{label: 'Results',description: 'Check out `docs/README.md` to learn more on something.',// or even// description: 'Check out [`docs/README.md`](https://github/somewhere/docs/README.md) to learn more on something.',itemLabel: (props)=>props.fields.questionLabel.value,},),},
I have a few use cases where I would like to add text formatted as
inline code
to alabel
ordescription
property.Also adding lists would be something that I see happening.
Would it be possible to parse those texts with a very simple markdown parser?
Sorry, this belongs into the Ideas section. Feel free to move it there.
The text was updated successfully, but these errors were encountered: