goldnead / statamic-collapse-fieldtype

A Collapse-Fieldtype for Statamic to beautifully hide and show your fields.
MIT License
2 stars 3 forks source link

Reevaluate if saving data on root level might be possible #3

Open goldnead opened 1 year ago

goldnead commented 1 year ago

By design this field behaves like any other structured field such as a grid or a replicator fieldtype. This means, any saved data will be grouped like this:

any_field: "some data"
collapse_field:
  field_inside: "some data"

This might not be the intended behavior. I'll have a look into this and reevaluate if this might be a feature that would be possible in future.