@sanity/cli 3.88.4-media-library.21 → 3.89.0
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/lib/_chunks-cjs/cli.js
CHANGED
@@ -47563,19 +47563,6 @@ export default defineConfig({
|
|
47563
47563
|
schema: {
|
47564
47564
|
types: schemaTypes,
|
47565
47565
|
},
|
47566
|
-
|
47567
|
-
mediaLibrary: {
|
47568
|
-
enabled: true
|
47569
|
-
},
|
47570
|
-
|
47571
|
-
form: {
|
47572
|
-
image: {
|
47573
|
-
assetSources: (sources) => sources.filter((source) => source.name !== 'sanity-default')
|
47574
|
-
},
|
47575
|
-
file: {
|
47576
|
-
assetSources: (sources) => sources.filter((source) => source.name !== 'sanity-default')
|
47577
|
-
}
|
47578
|
-
},
|
47579
47566
|
})
|
47580
47567
|
`, defaultVariables = {
|
47581
47568
|
projectName: "Sanity Studio",
|