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
These kinds of features will have us end up trying to build a complete WYSIWYG for template languages. Some pitfalls to trying to create a WYSIWYG editor for a template language (Twig) are listed here. Add to that, that:
we'd have to work within the confines of TinyMCE and
that our plugin is meant to work with any template language and they all have different syntaxes for loops, conditionals, ...
My conclusion would be that something like this does not fals within the scope of the plugin. I propose to close the issue.
I'd like to loop through a list of items and display it in a table. Something like this:
How can I implement such? It might also be good to see how one can extend the plugin.
The text was updated successfully, but these errors were encountered: