mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
Merge pull request #16644 from konstantinmuenster/patch-3
Extend CustomFieldServerOptions types
This commit is contained in:
commit
bb5c73781f
@ -21,6 +21,14 @@ interface CustomFieldServerOptions {
|
||||
* The existing Strapi data type the custom field uses
|
||||
*/
|
||||
type: string;
|
||||
|
||||
/**
|
||||
* Settings for the input size in the Admin UI
|
||||
*/
|
||||
inputSize?: {
|
||||
default: 4 | 6 | 8 | 12;
|
||||
isResizable: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
interface CustomFields {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user