Paul Massendari

Results 38 comments of Paul Massendari

Requested changes applied

Indeed. A solution would be to add type to all inlined js. As per this commit: https://github.com/getgrav/grav/pull/1687/commits/5cd745f74f9b03b640e15a28a0147e39b029601b The cost is that if several inlined js is added, it will output...

@mahagr I took another look at this, and it seems like the ordering is still correct, it was just wrong in my manually typed example. There is still the problem...

Hi! Glad to see this discussion. There is two things I would love to see in future versions of Grav or Grav admin. ## Menu manager As for now, most...

Should we add documentation to the number field ?

Added Custom select field cookbook entry https://github.com/getgrav/grav-learn/pull/497

Documented conditional field https://github.com/getgrav/grav-learn/pull/490

Memo to remember to add docs to select_optgroup: https://github.com/getgrav/grav-plugin-form/pull/166

Created a cookbook entry for: - [x] How to add a page specific CSS file via a custom page template - block stylesheets, parent(), then {% do assets.addCss('theme://css/custom-page.css') %} https://github.com/getgrav/grav-learn/pull/512

@artemartemov The 2nd one is already documented here: https://learn.getgrav.org/cookbook/general-recipes#add-an-asset-to-a-specific-page I'm not sure I understand the first one though