We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to rethink the whole custom layout logic. We cannot use the same like in the admin-ui.
The text was updated successfully, but these errors were encountered:
After discussions we agreed on reusing the existing approach
Get classdefinitions based on http://localhost/admin/class/get?_dc=1737631782681&id=CAR
Get layouts for object based on class (e.g. CAR) based on http://localhost/admin/class/get?_dc=1737631782681&id=CAR
Get a specific custom layout based on http://localhost/admin/class/get-custom-layout?_dc=1737632000837&id=CarTodo
Add layout based on http://localhost/admin/class/add-custom-layout
Remove layout based on http://localhost/admin/class/delete-custom-layout
Save layout based on http://localhost/admin/class/save-custom-layout
Sorry, something went wrong.
mcop1
Successfully merging a pull request may close this issue.
We need to rethink the whole custom layout logic. We cannot use the same like in the admin-ui.
The text was updated successfully, but these errors were encountered: