File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v0.1.1
2+ ## 03/26/2018
3+
4+ 1 . [ ] ( #feature )
5+ * Add options to enable move_page and rename_page
6+
7+ 2 . [ ] ( #bugfix )
8+ * Move missing getPages() twig extension function into plugin
9+
110# v0.1.0
211## 03/25/2018
312
Original file line number Diff line number Diff line change 2323#
2424
2525name : Admin Power Tools
26- version : 0.1.0
26+ version : 0.1.1
2727description : Power tools for Grav.
2828icon : plug
2929author :
9999 validate :
100100 type : bool
101101
102+ rename_page_enabled :
103+ type : toggle
104+ label : Rename Page
105+ help : Rename a page and modify all page-name and page-slug references.
106+ highlight : 1
107+ default : 0
108+ options :
109+ 1 : Enabled
110+ 0 : Disabled
111+ validate :
112+ type : bool
113+
114+ move_page_enabled :
115+ type : toggle
116+ label : Move Page
117+ help : Move a page and modify all page-route references.
118+ highlight : 1
119+ default : 0
120+ options :
121+ 1 : Enabled
122+ 0 : Disabled
123+ validate :
124+ type : bool
125+
102126 child_reordering_enabled :
103127 type : toggle
104128 label : Child Reordering
@@ -121,4 +145,5 @@ form:
121145 1 : Show
122146 0 : Hide
123147 validate :
124- type : bool
148+ type : bool
149+
You can’t perform that action at this time.
0 commit comments