Sommerregen / grav-plugin-external-links

This plugin adds small icons to external and mailto links, informing users the link will take them to a new site or open their email client.
Other
16 stars 14 forks source link

Preferences Not Showing #13

Closed ghost closed 7 years ago

ghost commented 8 years ago

FYI ... I just wanted to report that the Preferences are not showing on Page Options tab under GRAV Beta. THX!

Sommerregen commented 8 years ago

Hi @umbergerba I will investigate this. This is most likely due to the change of how blueprints are loaded in the current betas of Admin panel. Thus, replacing line 117 with

if ($blueprint->get('form/fields/tabs', null, '/')) {
 ...
}

will fix the error.