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.

Sebastian Member

@seb3000 · Joined 9 years ago · 30 posts · 9 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Form Plugin: customize field type checkboxes · 4 years ago

    Not really… it works if you use the original checkboxes field, but if you try to use a different template it doesn't work. Looks like somewhere inside the form plugin is some hidden magic I couldn't f

  • Best practice to set up git repo with git sync plugin · 5 years ago

    For now it seems like I got it to work. Only thing is the git-sync plugin creates a pages folder inside the repo. So I have all the content twice. Any idea how to solve this?

  • GRAV 1.7 page blueprint pagemedia vs file · 5 years ago

    @pamtbaau: page://media Thank you for answering ! Super strange… I tried this yesterday and got an error while the image was uploaded. Tried it today after reading your post and it works…? Anyhow… s

  • GRAV 1.7 page blueprint pagemedia vs file · 5 years ago

    Ok figured out type: file still works when changing: destination: page@:/media' to destination: 'user/pages/media' But anyway… if it's wrong to use type: file for pages what the right way to use

  • GRAV 1.7 page blueprint pagemedia vs file · 5 years ago

    Hey guys, I'm updating a GRAV website right now to 1.7 and stumbled upon a problem with uploading images via admin. Our page blueprint looks something like this: fileupload: type: f

  • Best practice to set up git repo with git sync plugin · 5 years ago

    Thanks everyone for your input. Still figuring out which way works best. Does anyone know if the following error occurs because our git version is 2.1.4? I think I read somewhere that thegit-sync-plug

  • Best practice to set up git repo with git sync plugin · 5 years ago

    Hi @paulhibbitts, thanks for your help! Maybe I should have mentioned the use case we wish for using git sync. But first of all… just syncing the user folder would totally work for us, if we did not

  • Best practice to set up git repo with git sync plugin · 5 years ago

    Hey guys, I'm having a hard time figuring out how to setup our GRAV websites with the git-sync plugin. We are using Gitlab to manage our website projects. We used to sync the fully Grav website with G

  • Help with checkbox · 6 years ago

    Thanks for your answer. It seems like checkboxes are working fine when using standalone, but not if used inside a list. Have a look at my blueprint snippet fields: content: unset@: true

  • Help with checkbox · 6 years ago

    Same problem here… Add type: checkbox to page blueprint. In Admin select checkbox. Press save Page reload => checkbox is unset.