This is the repo for all of the starter files we need for DNN.
project
│ README.md
│ portals.css
│
└───Scripts
│ │
│ │
│ └───global
│ │ │
│ │ └───start
│ │ │ start.js
│ │ └───delayed_load
│ │ │ delayed_load.js
│ │ └───count_up
│ │ │ count_up.js
│ │ └───schema_generator
│ │ │ schema_generator.js
│ │ │ template.html
│ │ │
│ └───plugins
│ │ │
│ │ └───background_video
│ │ │ back_video.js
│ │ └───carousel
│ │ │ carousel.js
│ │ └───popup
│ │ │ popup.js
│ │ └───text_slider
│ │ │ text_slider.js
└───templates
│ │
│ └───dnngo_form-email
│ │ │
| │ └───formbuilder
│ │ │ user-email.html
│ │ │ webmarkets-admin_email.html
│ │ │ wm_medical-admin_email.html
| │ └───powerforms
│ │ │ user-email.html
│ │ │ webmarkets-admin_email.html
│ │ │ wm_medical-admin_email.html
This repository also contains templates for DNN Form plugins.