Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin: editable dropdowns/selects?
· 10 years ago
update - realized that you can call values from a config panel into a page field, as explained in the docs here: https://learn.getgrav.org/forms/blueprints/advanced-features#using-configuration-config
-
Admin: editable dropdowns/selects?
· 10 years ago
Ah, I see. In my example case though, pulling a value stored in a config tab to use in a page field, the value is stored and the page is reloaded — is it as simple as using something like: 'config.bra
-
Admin: editable dropdowns/selects?
· 10 years ago
You are going to need some javascript running to hook up multiple fields in multiple tabs. This is because the clicking a tab is not reloading the page, it's simply toggling visibility. So for field
-
Admin: editable dropdowns/selects?
· 10 years ago
@mattsoria no worries mate, it seems like your request is pretty the same.
-
Admin: editable dropdowns/selects?
· 10 years ago
I have the same desire. IN my case it is more like this: I have a custom tab in the config called "Brand" with global brand settings, for example brand colors, then in different pages/sections I need
-
Admin: editable dropdowns/selects?
· 10 years ago
Hi guys. I would like to ask about a functionality, which would be very handful in my case and it would save a lot of time. Is there a possibility to define some set of values in admin for some page a
-
Pagemediaselect with multiple attribute
· 10 years ago
Hi There, I'm not sure if this is a bug... When I'm using a pagemediaselect field with the multiple attribute in a bluprint in admin plugin, it seems to work at first. But after saving everything seem
-
Custom Admin URL issue
· 10 years ago
Thanks! That's the step I forgot.
-
Custom Admin URL issue
· 10 years ago
Are you copying the config file to your user/config/plugins folder? That's where all customized plugin config files should live so that they don't get overridden by an update. You only have to include
-
Custom Admin URL issue
· 10 years ago
If I give my GRAV site a custom admin URL (e.g. yoursite.com/grav/hello) then update the admin. It resorts back to the default Grav admin URL (e.g yoursite.com/grav/admin). Is anyone else having this