-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove legacy Admin UI for advanced field types
- Loading branch information
Showing
33 changed files
with
20 additions
and
1,638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@keystone-next/fields-auto-increment-legacy': major | ||
'@keystone-next/fields-color-legacy': major | ||
'@keystone-next/fields-location-google-legacy': major | ||
'@keystone-next/fields-markdown-legacy': major | ||
'@keystone-next/fields-mongoid-legacy': major | ||
'@keystone-next/fields-wysiwyg-tinymce-legacy': major | ||
--- | ||
|
||
Removed `views` export, which was used to provide functionality to the legacy Admin UI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import path from 'path'; | ||
import { Text } from '@keystone-next/fields-legacy'; | ||
|
||
const pkgDir = path.dirname(require.resolve('@keystone-next/fields-color-legacy/package.json')); | ||
|
||
export const Color = { | ||
type: 'Color', | ||
implementation: Text.implementation, | ||
views: { | ||
Controller: Text.views.Controller, | ||
Field: path.join(pkgDir, 'views/Field'), | ||
Cell: path.join(pkgDir, 'views/Cell'), | ||
Filter: Text.views.Filter, | ||
}, | ||
adapters: Text.adapters, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.