Skip to content

Commit a1b30c7

Browse files
authored
Merge pull request magento#1259 from vitaliyboykocontributor/added-default-values-for-eav-attribute_generators
EAV attributes code generators: Added default values of group property
2 parents 710b4d2 + 7207bb0 commit a1b30c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.form

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
<preferred-size width="150" height="-1"/>
5858
</grid>
5959
</constraints>
60-
<properties/>
60+
<properties>
61+
<text value="Display Settings"/>
62+
</properties>
6163
</component>
6264
<component id="20b6c" class="javax.swing.JLabel">
6365
<constraints>

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewProductEavAttributeDialog.form

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
<preferred-size width="150" height="-1"/>
4848
</grid>
4949
</constraints>
50-
<properties/>
50+
<properties>
51+
<text value="Product Details"/>
52+
</properties>
5153
</component>
5254
<component id="20b6c" class="javax.swing.JLabel">
5355
<constraints>

0 commit comments

Comments
 (0)