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
I'm planning to use autoFields for my admin-backend and CRUD funktionality.
I have objects with subobjects such as Person1, Person2 and Address.
I would like to specify this in the schema and get a Person1 header and a styled group round all properties for Person1 to differ it from Person2 and so on.
Something like multiple, but be able to set a header and a class of the surrounding div.
The text was updated successfully, but these errors were encountered:
Hey @AAronsson, are you using bootstrap? I actually made a convenient repeater type for autofields that uses bootstrap panels. You could probably modify it to make it just do panels for sub objects.
I'm planning to use autoFields for my admin-backend and CRUD funktionality.
I have objects with subobjects such as Person1, Person2 and Address.
I would like to specify this in the schema and get a Person1 header and a styled group round all properties for Person1 to differ it from Person2 and so on.
Something like multiple, but be able to set a header and a class of the surrounding div.
The text was updated successfully, but these errors were encountered: