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

Missing Documentation about icon type #2

Open
MashdorDev opened this issue Mar 1, 2024 · 0 comments
Open

Missing Documentation about icon type #2

MashdorDev opened this issue Mar 1, 2024 · 0 comments

Comments

@MashdorDev
Copy link

In the documentation, the Icon type is missing, how to use it, etc.

Keep doing the great work 👍

docs/development.md

Lines 8 to 19 in eca97f1

### Field Types
You can define 7 basic input types (text, image, Markdown, number, switch, URL, link), 1 informational type, and 2 composite types (group & repeater).
* Text
* Number
* Image - accessible with `{image.url}` and `{image.alt}`
* Markdown - accessible with `{@html description.html}` or `{description.markdown}`
* Switch (true/false)
* URL
* Link - accessible with `{link.url}` and `{link.label}`
* Info (enables writing instructions to CMS users using Markdown)
* Group (used to group fields together)
* Repeater (used for content lists)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant