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
Thanks for the suggestion @mitramejia. I'm looking to make improvements on static pages in v2.0 and have been thinking about the attributes' usefulness. I'd like to deprecate slug, on_prod and on_stage, and then rename title to something more obscure. These changes should make name clashing more rare. While I'm in there, I'll see what something like this would take.
As described in the docs, some attributes on
Fae::Page
are invalid names for content blocks. These attributes are:Using
rails g fae:page page_name title slug position
should raise an error to avoid generating a page with invalid attributes.The text was updated successfully, but these errors were encountered: