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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

finrik Newcomer

@finrik · Joined 8 years ago · 8 posts · 5 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Modular Template Name · 8 years ago

    Is there a way to change the name of a template (Admin Drop Down - New Page)? Currently the file name is used. I change the blueprint like this, but does not work: label: Test title: Test menu: Test

  • [Admin] File destination not working · 8 years ago

    Hi everybody I have this blueprint: header.image: type: file label: Image avoid_overwriting: true destination: 'user/test'

  • Replace Markdown Image ![]() Code · 8 years ago

    Hello I wrote an image insert plugin: [plugin:image](). However, I would prefer to overwrite the normal markdown image code. So that I can write instead of plugin:image and the plugin is still work.

  • addInlineJs only works once · 8 years ago

    Okay, I found out it's related with the caching. If I turn off caching, it works. But that can't be the solution. ;)

  • addInlineJs only works once · 8 years ago

    I have a very strange problem. Javascript code should be inserted inside the page. So i do: {% set script %} ... some JS Code... {% endset %} {% do assets.addInlineJs(script,{ 'group':'bottom','prio

  • Overwrite site.yaml · 8 years ago

    Thanks a lot, it worked. Of course, it would be really nice if it could be configured via themes. Maybe in the future. :)

  • Overwrite site.yaml · 8 years ago

    Thank you for your answer! But it didn't work. This file: /user/themes/mytheme/blueprints/config/site.yaml @extends: '@parent' form: fields: content: fields: myfield:

  • Overwrite site.yaml · 8 years ago

    Hello I create a file named site.yaml inside user/themes/mytheme/blueprints/ with this code: @extends: '@parent' form: fields: content: fields: myfield: type: text