@tinacms/schema-tools 1.4.17 → 1.4.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -475,6 +475,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
475
475
|
*/
|
|
476
476
|
loadCustomStore: () => Promise<Store>;
|
|
477
477
|
tina?: never;
|
|
478
|
+
accept?: string | string[];
|
|
478
479
|
} | {
|
|
479
480
|
/**
|
|
480
481
|
* Use Git-backed assets for media, these values will
|
|
@@ -496,6 +497,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
496
497
|
static?: boolean;
|
|
497
498
|
};
|
|
498
499
|
loadCustomStore?: never;
|
|
500
|
+
accept?: string | string[];
|
|
499
501
|
};
|
|
500
502
|
search?: ({
|
|
501
503
|
/**
|