Editor - Settings - Modal integration
This is the view that opens when any action is used in theme/editor/settings/includes/integration.html The fields in this view depend on the function with which it was opened.
Main Model
curForm
:curForm.title
: contains a title for the modalcurForm.fields
: this contains all the fields that will be in the modality must be conditioned to whether they are type input or select
Utility Functions
saveIntegration(curForm)
: saves the changes made in the configuration of this integrationhideIntegration()
: closes any modality of integration
Example of base theme
This example contain 2 types of fields##
- fields
- field type select
- field type text
Updated over 5 years ago