#HOW TO CREATE AN ELEMENT
- Register the element in make-form.php
- Create model for the element in elements-models.js and put the model at the bottom of this file, etype is the type registered in make-form.php
- Create element view at elements-views.js, create HTML content for the element in *Elements.php*
- Put the element in the array at the bottom of elements-view.js
- Create element edit view at elements-edit-view.js
- Create edit form in *edit-forms.js* and *EditForms.php*
- Map element view and element edit view at element-map.js


