Skip to content

Commit 20ec0ec

Browse files
author
silinmykola
committed
966 add a placeholders to create new controller form
1 parent b1208cb commit 20ec0ec

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@
7575
</constraints>
7676
<properties>
7777
<text value=""/>
78+
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
7879
</properties>
80+
<clientProperties>
81+
<promptText class="java.lang.String" value="Controller/&lt;controller-name&gt;/&lt;action-name&gt;"/>
82+
</clientProperties>
7983
</component>
8084
<component id="d25a" class="javax.swing.JLabel">
8185
<constraints>
@@ -109,7 +113,12 @@
109113
<preferred-size width="150" height="-1"/>
110114
</grid>
111115
</constraints>
112-
<properties/>
116+
<properties>
117+
<text value=""/>
118+
</properties>
119+
<clientProperties>
120+
<promptText class="java.lang.String" value="Controller class name"/>
121+
</clientProperties>
113122
</component>
114123
<component id="77374" class="javax.swing.JLabel" binding="actionNameErrorMessage">
115124
<constraints>

0 commit comments

Comments
 (0)