chore: remove external media library integrations

This commit is contained in:
Daniel Lautzenheiser
2023-04-12 22:27:15 -04:00
parent 1849729bab
commit 56dc4a1d64
30 changed files with 139 additions and 1057 deletions

View File

@ -376,9 +376,7 @@ const testConfig: Config<RelationKitchenSinkPostField> = {
label: 'Choose URL',
widget: 'file',
required: false,
media_library: {
choose_url: true,
},
choose_url: true,
},
],
},
@ -411,9 +409,7 @@ const testConfig: Config<RelationKitchenSinkPostField> = {
label: 'Choose URL',
widget: 'image',
required: false,
media_library: {
choose_url: true,
},
choose_url: true,
},
],
},