Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
arman Newcomer
@rmssd · Joined 6 years ago · 6 posts · 3 topics · 0 reputation
Badges
Recent posts
-
Grav\Common\Page\Pages getlist() returns empty array
· 5 years ago
I found the solution : /forum/plugins/page-collection-is-empty-when-in-admin-panel-t5303 To adapt it in Theme.php I did : Grav::instance()['admin']->enablePages(); 🙂
-
Grav\Common\Page\Pages getlist() returns empty array
· 5 years ago
Hi ! In the blueprint of one of my pages I use this extended blueprint form : data-options@: '\Grav\Theme\MyTheme::Myfonction' In MyTheme.php, I try to display an array of all the pages in the websit
-
Fixed blueprints for children of a page?
· 5 years ago
That's very interesting thanks ! I'm going to work on that and post results here if it works. Cheers
-
Fixed blueprints for children of a page?
· 5 years ago
Thanks you for your reply ! I will look further into this method, maybe using the import@ option for blueprints. Could you just tell me what you mean by "the default of template field" ? I haven't se
-
Fixed blueprints for children of a page?
· 5 years ago
Hi ! I would like to know if it is possible to set a specific template for all the child pages of one page? In other word, is it possible to automatically populate the "template" field (in the admin p
-
Extending fields - documentation
· 6 years ago
Hi everyone, I'm trying to learn how to extend the admin panel by adding new fields, I followed the documentation to learn how to create a plugin, and I looked at some existing plugin to understand t