-
There must be two changes in **_user/plugins/admin/themes/grav/templates/pages.html.twig_** to make the folder field
automatically changed related to the entry of the title field again when clicking…
-
I have added this to the tailwind.config.js file
I have tried to extend the colors
```
theme: {
extend: {
color: {
brandtest: "#243c5a",
},
```
and also tried with…
-
I am trying to create a 1:M relationship ("An release belongs to 1 artist, and an artist can have M releases") in Grav by using a custom field (`uuid`) defined via a blueprint, like so:
Release…
-
I get this error:
I use Grav 1.7.7 which I upgraded from 1.6.28
ERROR: flex-objects.html.twig template not found for page:
Flex Objects
-
I would like to add my new theme to the Grav Repository.
Here are the project details: [Tutorial](https://github.com/ds-tutorials/grav-theme-tutorial)
-
Hi,
is there a place for static assets like `robots.txt` and `.well-known/*`? And if so, can themes define their own static assets?
-
Is there some easy way to do it?
ghost updated
3 years ago
-
This Issue is detailing the [discussion I initiated on Discord](https://discord.com/channels/501836936584101899/506916956637495306/819954483018203137).
With this structure as example:
```
root
…
arkhi updated
3 years ago
-
Apologies if this is not the correct place, but the Feature Ideas issue #321 was closed.
We are incorporating Clockwork in Grav CMS as an option over the existing PHPDebugBar. We've already got it…
-
Transversal issue from https://github.com/getgrav/grav/issues/3082
tldr; I use [grav-plugin-themer](https://github.com/Sommerregen/grav-plugin-themer) which allow pages to be rendered, in the fronten…