markkaylor
markkaylor
### What does it do? - Adds the user registered forms on custom fields - Handles save with customField attribute - Handles validation on the forms - Adds a new...
### What does it do? - Throws an error if there is a type mismatch between admin and server - Checks the type is valid when registering a custom field...
### What does it do? Adds custom fields to the Strapi admin as described in [RFC #42](https://github.com/strapi/rfcs/blob/main/rfcs/0042-custom-fields-api.md) ### How to test it? - Go to any content type - Click...
### What does it do? - Registers every valid type of custom field for testing in `examples/getstarted` (this will break the admin on 4000 if you add a custom field...
⚠️ Merge after https://github.com/strapi/strapi/pull/14566 ⚠️ ### What does it do? - Request API for filters ### How to test it? - Go to the marketplace and test different filters +...
### What does it do? Adds github stars and weekly downloads to plugin and provider cards ### How to test it? Go to the Marketplace, you should see the statistics...
### What does it do - Removes lazy loading custom field components via `React.lazy` and `React.Suspense` - Creates a `useLazyComponents` hook that handles the lazy loading of custom field components...
### What does it do? - Refactors nested loop over grids into a component for readability. I guess this isn't completely necessary but the EditView component is getting quite big...
### What does it do? - Add a `features.js` file to the app-template to enable future flags. Note: templates do not accept the `config` folder so it cannot be added...