Hey guys!
Loving Grav so far. Quick question:
Is there a way to change a custom page header option in the GUI of the Administration Panel?
Basically I have a page that has the next header
— md
next:
l_link: 'a’
l_img: './user/themes/get/images/next_items/tv/gameup.png’
r_link: ‘b’
r_img: ‘./user/themes/get/images/next_items/mac/urban.png’’
Two options that determine which images to show on the page. The logic is that the page shows upcoming events/stuff from my company so those options can change anytime. I wan to be able to change it in some kind of field in the Admin GUI page editor (maybe in Settings tab? But it doesn't show there), but I can't seem to find an easy way. **I can just toggle Expert mode and change in the frontmatter, but is not good for people that do not know coding. Is there a way to put my custome headers in the Settings tab in the Page editor?**.
Thanks in advance!