From eb909b685b99adf9dcd6f7ee4426b366d18e9754 Mon Sep 17 00:00:00 2001 From: Alexander Shkurko Date: Wed, 18 Nov 2020 08:58:53 +0200 Subject: [PATCH 1/3] Revert "Issue-288 - Add description to template" --- ...odule UI Component Form Field Xml.xml.html | 46 ++----------------- .../Magento Form Button Block Class.php.html | 44 +----------------- 2 files changed, 5 insertions(+), 85 deletions(-) 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..cceb94230 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 @@ -7,53 +7,13 @@

- The Form component configuration. + 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.Template's predefined variables:
- \ 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..cceb94230 100644 --- a/resources/fileTemplates/internal/Magento Form Button Block Class.php.html +++ b/resources/fileTemplates/internal/Magento Form Button Block Class.php.html @@ -7,52 +7,12 @@

- The Form component configuration. + 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.Template's predefined variables:
From b1cecef194ecff8776784daf3f932a9b2b7b674e Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sat, 21 Nov 2020 18:18:36 +0200 Subject: [PATCH 2/3] Update Magento Module UI Component Form Field Xml.xml.html --- .../Magento Module UI Component Form Field Xml.xml.html | 9 --------- 1 file changed, 9 deletions(-) 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 cceb94230..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,14 +6,5 @@ --> -

- The Form component configuration. -

- - - - - -
Template's predefined variables:
From b1cf86515c9858eaa93657ac602b2ddcf9617f36 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sat, 21 Nov 2020 18:19:13 +0200 Subject: [PATCH 3/3] Update Magento Form Button Block Class.php.html --- .../internal/Magento Form Button Block Class.php.html | 9 --------- 1 file changed, 9 deletions(-) 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 cceb94230..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,14 +6,5 @@ --> -

- The Form component configuration. -

- - - - - -
Template's predefined variables: