ronaldaug/gramateria

Can we generate our own templates?

TheComputerM opened this issue · 1 comments

Can we make our own blocks and import them?

Sure, you can. But Gramateria doesn't have that option yet.
You can append Blocks Here

A custom block would be something like this.

                {
                id: ..., // unique ID name
                label: ... , // Block name 
                category: ... , // Block category
                content:  ..., // Block HTML/CSS/JS
                     attributes: {
                        class: 'fa fa-window-maximize' // Block icon ( font-awesome 4 )
                     }
               }