c6abfc9f07
image filter with skipLargerDimension and skipLargerFilesize
apairon2024-04-23 09:52:27 +00:00
b0771bdfb5
📝 docs(index.d.ts): add server config object definition for better documentation The server config object definition has been added to the global declaration file to provide clear documentation on the structure of the server configuration object. This will help developers understand the expected format of the server configuration object and its properties.
apairon2024-02-23 10:56:56 +00:00
380bd89787
🚀 feat(index.d.ts): add ConfigPackage interface to provide utility functions for configuration management The ConfigPackage interface is added to provide utility functions for configuration management. It includes methods to get the current namespace string and the current project object, enhancing the flexibility and ease of managing configurations within the application.
dev
apairon2024-02-23 10:40:10 +00:00
194cd2eba8
🚀 feat(index.d.ts): add copy method to the global declaration to enable file or directory copying The copy method is added to the global declaration in order to provide a convenient way to copy files or directories. This method takes the source path and destination path as parameters and performs the copy operation. This addition enhances the functionality of the global declaration and allows for easier file management within the application.
apairon2024-01-09 14:25:14 +00:00
beff5c2fe1🔨 refactor(fieldMeta.json): remove unnecessary code duplication and reorganize fieldMeta schema 🌟 feat(fieldMeta.json): add new properties for folding configuration, hiding field widget, direction, pathStep, and metaElements The changes in the fieldMeta.json schema remove unnecessary code duplication by removing a section that was already defined elsewhere. The schema is also reorganized to group related properties together for better readability. New properties for folding configuration, hiding field widget, direction, pathStep, and metaElements are added to enhance the flexibility and customization options of the fieldMeta schema.
robin
2023-08-06 09:35:49 +00:00
791ef2639c🔧 chore(schemas): update collectionNavigation.json and fieldMeta.json schemas 🔀 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.
robin
2023-08-06 09:31:19 +00:00
7e01225447
final dashboard
robin
2023-07-23 21:30:36 +00:00
3a69cf5e34
really final changes
robin
2023-07-23 21:26:41 +00:00
83d346dfec
hopefully final changes
robin
2023-07-23 21:20:46 +00:00
4b5dbec747
hopefully final changes
robin
2023-07-23 21:09:31 +00:00
59c269f0c4
dashboard fixes
robin
2023-07-23 20:57:50 +00:00
5d6fc43f44
schemas updated
robin
2023-07-23 20:32:50 +00:00
c0c3b2b593
🚀 feat(index.d.ts): add api(), project(), and collection() methods to global declaration This commit adds three new methods to the global declaration file: api(), project(), and collection(). These methods return an object with any key-value pairs, allowing for more flexibility in the codebase.
apairon2023-05-25 12:47:34 +00:00
65626872e3
📝 docs(index.d.ts): add timeout property to RequestOptions interface The RequestOptions interface now includes a timeout property, which specifies the number of seconds before the request times out. This improves the usability of the interface by allowing developers to specify a timeout for requests.
apairon2023-05-02 16:23:55 +00:00