Skip to content

Commit

Permalink
Merge pull request #962 from SilinMykola/960-add-a-placeholder-create…
Browse files Browse the repository at this point in the history
…-new-controller

966 add a placeholders to create new controller form
  • Loading branch information
bohdan-harniuk authored Feb 9, 2022
2 parents bdd7baf + 0bb378a commit f10c3d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/magento2/common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common.module.version=Version
common.module.license=License(s)
common.dependencies=Dependencies
common.httpMethod=HTTP Method
common.controller.name=Controller Name
common.controller.name=Action Path
common.controller.inheritAction=Inherit Action Class
common.controller.backend.acl=Admin Resource ACL
common.controller.action=Action Name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
</constraints>
<properties>
<text value=""/>
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Folder name for Action"/>
</clientProperties>
</component>
<component id="d25a" class="javax.swing.JLabel">
<constraints>
Expand Down Expand Up @@ -109,7 +113,12 @@
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties/>
<properties>
<text value=""/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Class name for Action"/>
</clientProperties>
</component>
<component id="77374" class="javax.swing.JLabel" binding="actionNameErrorMessage">
<constraints>
Expand Down

0 comments on commit f10c3d5

Please sign in to comment.