Commit Graph

8 Commits

Author SHA1 Message Date
025a7ccca4 feat(schema): enhance API configuration schemas with new properties and validations
All checks were successful
continuous-integration/drone/push Build is passing
- Updated collection.json to include upload defaults, audit logging, query limits, and more.
- Enhanced collectionNavigation.json with viewHint configurations.
- Added project-wide upload defaults and hook configurations in config.json.
- Expanded field.json to support new field types, validations, and properties.
- Improved fieldMeta.json with additional widget configurations and properties.
- Updated hooks.json to include new bulk operation hooks and audit logging.
- Enhanced imageFilter.json with additional image processing options.
- Added timeout properties to job.json for better execution control.
- Refined permissions.json to allow more granular control over HTTP method permissions and added filter and field visibility options.
2026-03-30 12:28:50 +00:00
afa7c9b238 feat(schemas): format JSON schema properties for better readability
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-11 13:34:18 +00:00
791ef2639c 🔧 chore(schemas): update collectionNavigation.json and fieldMeta.json schemas
All checks were successful
continuous-integration/drone/push Build is passing
🔀 Merge branch 'feature/schema-update' into 'master'
The collectionNavigation.json schema was updated to include a new enum value "MANUALLY" for the "order" property in the "defaultSort" object. This allows for manual sorting of items in the admin UI lists. The fieldMeta.json schema was updated to include new properties and definitions related to folding configuration for array fields, hiding field widgets, direction of fields, path steps, and meta elements. These updates enhance the flexibility and customization options for the field widgets in the application.
2023-08-06 09:31:19 +00:00
59c269f0c4 dashboard fixes
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 20:57:50 +00:00
5d6fc43f44 schemas updated
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 20:32:50 +00:00
922cf2ff2e meta: folding, foreignKey
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-18 09:48:26 +00:00
14da32bac6 updated schema for contentbuilder and refactored code
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-18 18:59:36 +00:00
5fccea7513 defaultValue, dependsOn, subNavigation
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-18 16:48:16 +02:00