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
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.
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.
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?The text was updated successfully, but these errors were encountered: