We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
atom.data
atom
:redactor
:richtext
STRUCTURE
ATTACHMENTS
model
ASSOCIATIONS
# before STRUCTURE = { cover: true, title: :string, content: :redactor, model: %w[Folio::Page] }
becomes
# after ATTACHMENTS = %i[ cover ] STRUCTURE = { title: :string, content: :richtext, } ASSOCIATIONS = { model: %w[Folio::Page], }