Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Manage Bootstrap Dropdowns OPTIONS · 10 years ago

    I don't think the bootstrap theme has these options if that is what you mean. These would have to be added to the partials/navigation.html.twig logic in the bootstrap theme.

  • Manage Bootstrap Dropdowns OPTIONS · 10 years ago

    I searching for a way of easy managing the BootStrap Dropdown OPTIONS from Admin or Frontmatter Like: Divider Header Disable (reference: http://www.w3schools.com/bootstrap/bootstrap_dropdowns.asp) I

  • How to add an extra content field · 10 years ago

    I added a field for quotes in a new yaml file. The field is visible but the content is not saved. title: Page with quote '@extends': default form: fields: tabs: fields: content:

  • How to add an extra content field · 11 years ago

    Sorry, I meant I just copied the content into a new .yaml file, and made the appropriate changes. Hope you manage to fix your issue.

  • How to add an extra content field · 11 years ago

    Ah, OK. I misunderstood you to say that you duplicated the actual default.yaml.

  • How to add an extra content field · 11 years ago

    I made .yaml that matched the name of the new template I'd created. So for example if you have a blog.html.twig in your templates folder, then you create a blog.yaml file in the blueprints. I'm not su

  • How to add an extra content field · 11 years ago

    Interesting. I did the same and it wouldn't work for me. Did you rename the default.yaml?

  • How to add an extra content field · 11 years ago

    I just copied the default.yaml into my new blueprint, and just grabbed what I wanted and removed the rest. Then I had full control of the content tab etc.

  • How to add an extra content field · 11 years ago

    Sorry, I'm back. I managed to get exactly what I wanted only by adding the extra field in the default.yaml. But that's no good in the event of updates. I copied the default.yaml into mytheme/blueprin

  • How to add an extra content field · 11 years ago

    Great. Thanks for your help and explanation.