You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than testing $placement == 'top'
we should retrive the value for 'top' from the configurations.
Something like $this->version = $this->grav['plugins']->get('admin')->blueprints()->version;
... so dump out the blueprints and figure out how to access the value map abstractly.
The text was updated successfully, but these errors were encountered:
See example for creating options to be used for plugin configurations:
https://learn.getgrav.org/cookbook/admin-recipes
Rather than testing
$placement == 'top'
we should retrive the value for 'top' from the configurations.
Something like
$this->version = $this->grav['plugins']->get('admin')->blueprints()->version;
... so dump out the blueprints and figure out how to access the value map abstractly.
The text was updated successfully, but these errors were encountered: