Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
One available theme seems to have the function needed: http://demos.chiefqualakon.net/cardstack/#
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
but you need a selectize that show you only a single taxonomy type or a select where you can select the taxonomy type available on the site?? my example works for the first purpose. Sorry..
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
hi, with this field, you can have a filed in blueprint with only the taxonomy that you need (in my example see "filter:category"). After you save the page, you can retrive the value that you can save
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
Hi Mauro, Would your code work to filter a list of pages/posts like this Wordpress plugin does? [ http://www.tedor.info/test/ ] I would like a very clean homepage like this Grav https://demo.getgrav
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
hy, i've created my own custom field this is the code: create the file taxonomytype.html.twig in this path /admin/themes/grav/templates/forms/fields/, I do this in my plugin folder but i thinc it work
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
Currently no, you could make a feature request to provide filtering in the taxonomy form field: https://github.com/getgrav/grav-plugin-admin/issues
-
Show only a specific taxonomy in a page blueprint
· 9 years ago
hello folks! is there a way to display only a specific taxonomy type in a page blueprint? Right now when I add the field type taxonomy it shows all the taxonomies available.
-
Extend custom page blueprint
· 9 years ago
Ok I think I've figured it out, I added this hidden input to the modular blueprint: route: type: hidden default: '/' I don't know if it is the best solution, but it works.
-
Extend custom page blueprint
· 9 years ago
Edit: Sorry, actually the problem is not the inheritance, but simply modular blueprints.
-
Extend custom page blueprint
· 9 years ago
I have created a theme with custom blueprints to configure options to be shown in the Admin. This part works fine. The problem is that I am unable to extend these blueprints. When I try to define a co