Anthony DiPaolo Newcomer
@Regi · Joined 5 years ago · 8 posts · 1 topics · 1 reputation
Badges
Recent posts
-
Template not showing under template option in "add page" menu
· 5 years ago
Oh I see now, I guess because I was clearing the browser/application cache instead of grav's actual cache folders via the "clear cache" button it wasn't actually refreshing it properly. Opening it on
-
Template not showing under template option in "add page" menu
· 5 years ago
I figured it out, in part due to your comment. I had my installation at localhost/grav/ instead of directly at the root (localhost) and I guess it did not like that. My template is showing up in the
-
Template not showing under template option in "add page" menu
· 5 years ago
My template is just {% extends 'partials/base.html.twig' %} {% block content %} {{ page.header.newTextField|e }} {{ page.content|raw }} {% endblock %} I thought it might've been my editor aut
-
Template not showing under template option in "add page" menu
· 5 years ago
Still isn't working 😕 I thought for sure that might've been it with the extra space. I also tried doing each of those steps one at a time frontward and backward, still no cigar.
-
Template not showing under template option in "add page" menu
· 5 years ago
Ahh sorry, title: My Page Blueprint '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active: 1 fields: content: t
-
Template not showing under template option in "add page" menu
· 5 years ago
@Karmalakas: Could you post your yaml config Do you mean 'user/config/system.yaml'? absolute_urls: false timezone: '' default_locale: null param_sep: ':' wrapped_site: false reverse_proxy_setup: fals
-
Template not showing under template option in "add page" menu
· 5 years ago
I already have that, as I stated above, I created a mypage.yaml file and a mypage.html.twig file ... I doubled checked all the files were in the correct folders
-
Template not showing under template option in "add page" menu
· 5 years ago
So I created a mypage.yaml file and a mypage.html.twig file copy pasted directly from the grav documentation And when I go to "Add page", the template dropdown does not contain the template file I jus