Questions tagged [grav]

Grav is a open-source, flat-file, PHP-based CMS.

Key Technologies

  • Twig Templating: for powerful control of the user interface
  • Markdown: for easy content creation
  • YAML: for simple configuration
  • Parsedown: for fast Markdown and Markdown Extra support
  • Doctrine Cache: for performance
  • Pimple Dependency Injection Container: for extensibility and maintainability
  • Symfony Event Dispatcher: for plugin event handling
  • Symfony Console: for CLI interface
  • Gregwar Image Library: for dynamic image manipulation

It's focus is on quick set-up and extensions via plug-ins and themes.

More Information

207 questions
0
votes
1 answer

GRAV CMS TNTSearch title page override

I'm trying to customize the "TNTSearch Search" string from the search.md page of the Plugin. --- title: TNTSearch Search --- Tried to put an override in my template folder and other stuff without success. How can this be customized?
Mike
  • 5,416
  • 4
  • 40
  • 73
0
votes
1 answer

Is it possible to access headers from another page in Grav CMS blueprint form

I am creating a template with custom page creation forms. on Page B I currently have a textbox where the user types the name of their institution and then a drop down where they can select a logo for the institution. PAGE B: .logo: type:…
gcoulby
  • 534
  • 2
  • 10
  • 20
0
votes
1 answer

Grav CMS: how to access form labels from template (checkboxes)

With a form including a checkboxes field and an email or save action set up, is there a way to access the individual checkboxes' labels from within the template? So far, I've only been able to access the ids and values of the checkboxes, like…
domsson
  • 4,553
  • 2
  • 22
  • 40
0
votes
1 answer

How can I replace a taxonomy / category text string, onclick using javascript in a .md file?

Remove / Change taxonomy on button click, assuming the GRAV user is logged in. I have tried: --- taxonomy: tag: - mountain