Editable Templates
You can take advantage of the dynamic editor to generate compatible HTML templates, in this way you can allow you to drag blocks or edit content directly, for this there are HTML attributes that are interpreted by the dynamic editor natively.
Special HTML attributes
te-draggablecontainer
Parent container of elements that can be repositioned and where new structures can be dragged
Apply to:
tbody
Example:
te-draggable
Block that can be repositioned
Apply to::
div
tr
Example:
te-repeatable
Block that can be duplicated or repeated from the editor
Apply to::
div
tr
td
table
Example:
te-edit
Element that can be edited, it can be a block for text or an image
Apply to::
div
td
span
img
Example: