grav-plugin-flex-objects
grav-plugin-flex-objects copied to clipboard
Field 'file' in Page blueprint throws error since commit 7d497cc
When using field file in a Page blueprint, AbstractController throws error at line 191: "Call to a member function getName() on null"
This happens since commit 7d497cc.
When reverting the commit, all goes well.
By the way, how about the warning in the docs about using field file in Page blueprints? Is that still valid?
@pamtbaau Try my change.
@mahagr, All goes well now... Thanks!
By the way, is the warning in the docs NOT to use field file in a Page blueprint still valid?
The file field is intended to be used by configuration, theme, and plugins blueprints, NOT page blueprints. For pages, you should use the existing pagemedia field and then utilize the filepicker field to select the files.
Hmm, I think the file field should now work better than it used to.
I think the file field works as long as you use the new pages admin, but if you have it disabled, you'd run into those issues again. So yeah, maybe, but only if you're using the latest stuff.