diff --git a/resources/fileTemplates/code/Magento Module UI Component Form Field Xml.xml.html b/resources/fileTemplates/code/Magento Module UI Component Form Field Xml.xml.html index cb436dff7..59168f28e 100644 --- a/resources/fileTemplates/code/Magento Module UI Component Form Field Xml.xml.html +++ b/resources/fileTemplates/code/Magento Module UI Component Form Field Xml.xml.html @@ -6,54 +6,5 @@ --> -

- The Form component configuration. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Predefined variables will take the following values:
${NAME} Name for the UI Component Form. The name will be used for configuration file.
${LABEL} Label for form elements (fieldset, button, input, etc..)
${BUTTONS} Buttons that should be added to form.
${ROUTE} Route name
${SUBMIT_CONTROLLER} Class name for the controller.
${SUBMIT_ACTION} Specifies the action class name.
${DATA_PROVIDER} Class name for the data provider class.
${PRIMARY_FIELD} Resource model primary field name.
- \ No newline at end of file + diff --git a/resources/fileTemplates/internal/Magento Form Button Block Class.php.html b/resources/fileTemplates/internal/Magento Form Button Block Class.php.html index ad9979f5b..59168f28e 100644 --- a/resources/fileTemplates/internal/Magento Form Button Block Class.php.html +++ b/resources/fileTemplates/internal/Magento Form Button Block Class.php.html @@ -6,54 +6,5 @@ --> -

- The Form component configuration. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Predefined variables will take the following values:
${NAME} Name for the UI Component Form. The name will be used for configuration file.
${LABEL} Label for form elements (fieldset, button, input, etc..)
${BUTTONS} Buttons that should be added to form.
${ROUTE} Route name
${SUBMIT_CONTROLLER} Class name for the controller.
${SUBMIT_ACTION} Specifies the action class name.
${DATA_PROVIDER} Class name for the data provider class.
${PRIMARY_FIELD} Resource model primary field name.