-
Grav v1.6.9 - Admin v1.9.4
When deleting an image, confirmation modal opens, after clicking on "continue" image is removed from page media until the next refresh of the page when it shows up again…
-
Hi, I'm currently trying to set my session cookie to follow the MDN recommendation by adding the prefix `__Secure-` to my session cookie.
By putting `__Secure-session_cookie` in the session.name fi…
-
The original code is :
def compute(self, inputs, outputs):
struct_weights = inputs['element_mass'] * inputs['load_factor'] * grav_constant
nodes = inputs['nodes']
element_len…
-
Copied @MrMacStripe suggestion from #5.
I´ve got another idea that would enhance the usability further.
Implementing a "display only images that contain this string" option.
Since Grav provide…
-
Hi,
how can I translate the months?
its now in English, we want it in the local language
best regards
-
We are in the process of moving this repository to Read the Docs, and to do that we need to convert our pages from Markdown to RST. This issue is to transfer the Policies section: [https://contribute.…
-
Just updated a site to the latest 1.7 RC and the TinyMCE editing field often shows up blank whether or not there is any content in it. Inspecting, it shows an empty `` tag. It isn't possible to click …
-
Hi! I am trying to customize a bit the Mache theme, which I like: to my disappointment, I could not find any gallery plugin that is compatible with Mache.
Do anyone have an idea how to implement a…
-
https://github.com/getgrav/grav-plugin-form/blob/fab75139696d15bc9be0438f6649fb1ee2161327/templates/forms/default/field.html.twig#L91-L92
The default field template explicitly sets `form_field_extr…
-
This code block breaks modular pages support in the grav forms plugin somehow (didn't dig it deep):
**assets.php**
```
public function onPageInitialized()
{
// ...
//…