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 for the UI Component Form. The name will be used for configuration file. | -|
| - | Label for form elements (fieldset, button, input, etc..) | -|
| - | Buttons that should be added to form. | -|
| - | Route name | -|
| - | Class name for the controller. | -|
| - | Specifies the action class name. | -|
| - | Class name for the data provider class. | -|
| - | Resource model primary field name. | -|