-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TGA-45] Support multi-select with AuthorProfile fields (#11)
* [TGA-45] Support multi-select with AuthorProfile fields * fix(build) Update server requirements * run black utility * fix: Flake8 and black issues * disable client package-lock.json * fix(ci/client): Disable package-lock cache
- Loading branch information
1 parent
792d37d
commit 92c7452
Showing
25 changed files
with
542 additions
and
14,696 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
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 +1 @@ | ||
package-lock=true | ||
package-lock=false |
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
4 changes: 0 additions & 4 deletions
4
client/extensions/tga-author-profile-fields/src/components/vocab/interfaces.ts
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,9 +1,5 @@ | ||
import {IEditorComponentProps, IVocabularyItem} from 'superdesk-api'; | ||
|
||
export interface IVocabularyFieldConfig { | ||
vocabulary_name: string; | ||
allow_freetext: boolean; | ||
exclude_from_content_api: boolean; | ||
} | ||
|
||
export type IVocabularyFieldProps = IEditorComponentProps<IVocabularyItem | null | undefined, IVocabularyFieldConfig>; |
28 changes: 24 additions & 4 deletions
28
client/extensions/tga-author-profile-fields/src/components/vocab/preview.tsx
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
8 changes: 5 additions & 3 deletions
8
client/extensions/tga-author-profile-fields/src/components/vocab/typeaheadEditor.tsx
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
Oops, something went wrong.