Hello.
I am trying to create a block like shopify:
{% schema %}
{
"name": "Slideshow"
}
{% endschema %}
How would I create my own block type like this? And is it possible to return this string to the controller IF in dev mode ( Just a variable that is true)
Would I need to edit the C-extension of phalcon or is there a smart way of doing this? :-)