Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Hiding pages in Admin Panel
· 10 years ago
Is it possible to hide certain modular pages in Admin Panel?
-
Default Page Not Defined in Learn2
· 10 years ago
BTW, should maybe remove the "default" selection and make either Chapter or Docs the new default selection in the dropdown, that would fix the confusion.
-
Default Page Not Defined in Learn2
· 10 years ago
Good point, I'll try that ... THX!
-
Default Page Not Defined in Learn2
· 10 years ago
BTW, for your about-us page, simply use a topic template and don't include it in the 'docs' taxonomy.
-
Default Page Not Defined in Learn2
· 10 years ago
The learn2 theme is very specific to docs. There really is no need for 'default' because either a page is a topic or a chapter. Therefore only those are valid template types.
-
Default Page Not Defined in Learn2
· 10 years ago
Yes. By "should be there" I mean, we should add it to the theme :)
-
Default Page Not Defined in Learn2
· 10 years ago
Seems to work ok ... THX again!
-
Default Page Not Defined in Learn2
· 10 years ago
Nope, not there. But I'll try to add the above and let you know. THX!
-
Default Page Not Defined in Learn2
· 10 years ago
Should be there by default I think
-
Default Page Not Defined in Learn2
· 10 years ago
Create a user/themes/learn2/templates/default.html.twig with {% extends 'partials/base.html.twig' %} {% block content %} {% include 'partials/page.html.twig' %} {% endblock %} That should work.