Enhancement: Modal UI for Snippet Data Entry
See original GitHub issueThere is support for something like this for media snippets.
"frontMatter.dashboard.mediaSnippet": [
"{{< caption \"{mediaUrl}\" \"{description}\" >}}"
],
This request is to extend this feature and define a template/UI for filling in variables that editors can use to define the values inserted into the snippet. It would be nice if the same syntax used for defining a taxonomy Content Type was used to define the structure/content of the UI for the snippet. Then you would need to map the inputs in the UI to placeholder variables in the snippet string/text. In the example above, {mediaUrl} and {description} would be placeholder variables that would be replaced by the input to string fields that the editor typed into the UI.
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (10 by maintainers)
Top Results From Across the Web
Bootstrap Modal - examples & tutorial
Modal is a responsive popup used to display extra content. That includes prompts, configurations, cookie consents, etc. Use MDB modal plugin to add...
Read more >Modals in UI Builder - Product Documentation | ServiceNow
Custom modals can be thought of as a container component on a modal. You can add a custom layout, components, events, and data...
Read more >Modal | Bulma
Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for...
Read more >How to Make Dialogs (The Java™ Tutorials > Creating a GUI ...
A Dialog can be modal. When a modal Dialog is visible, it blocks user input to all other windows in the program. JOptionPane...
Read more >Transactional modal - Carbon Design System
Modals are a variant of dialog used to present critical information or request user input needed to complete a user's workflow. Modals interrupt...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Logic has been updated, the docs as well: https://beta.frontmatter.codes/docs/snippets
Oh, yeah, thought you
{}
were required, but if that is not the case, you can remove these.