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
In the case that you are just using static pages, like I typically am, this shouldn't pass. Out of the box, you don't use anything to control your pages but static *.ctp pages.
If you need to use something like this in order to use this plugin, that's fine, but there is nothing specifying as much.
The text was updated successfully, but these errors were encountered:
There should probably be a better way to add meta for database records anyway. May a configuration variable for which models to search through when initializing: searchModels = array('Page', 'Post', ....
https://github.com/houseoftech/Meta/blob/master/Controller/MetaController.php#L187 (from revision 13) checks to see if it can load the Page model, which it always can regardless if you are using one.
In the case that you are just using static pages, like I typically am, this shouldn't pass. Out of the box, you don't use anything to control your pages but static *.ctp pages.
If you need to use something like this in order to use this plugin, that's fine, but there is nothing specifying as much.
The text was updated successfully, but these errors were encountered: