@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.
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/schema-tools",
3
- "version": "1.4.17",
3
+ "version": "1.4.18",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {