Enhance grid import/export functionality to support dynamic groups and collections
Updated the grid import/export process to allow for the inclusion of groups and collections directly from the configuration file. This enhancement ensures that missing groups and collections are created during import, improving the flexibility of the grid management system. Adjusted related classes and methods to accommodate these changes, ensuring a cohesive integration. Enhanced documentation and user prompts to clarify the new functionality and its usage.
This commit is contained in:
@@ -439,16 +439,17 @@ export const en = {
|
||||
exportAction: 'Download file',
|
||||
exported: 'File exported',
|
||||
importHint:
|
||||
'Load a file or paste JSON — a model answer, for example. Unknown references do not break the import: such slots are skipped and listed below.',
|
||||
'Load a file or paste JSON — a model answer, for example. The file may bring missing groups and collections with it; shows are never created — those come from media uploads. Unknown references do not break the import: such slots are skipped and listed below.',
|
||||
pickFile: 'Pick a file',
|
||||
replace: 'Remove existing slots',
|
||||
pastePlaceholder: 'Paste the grid configuration JSON',
|
||||
importAction: 'Import',
|
||||
imported: 'Slots created: {{slots}}, skipped: {{skipped}}',
|
||||
importedLibrary: 'Groups created: {{groups}}, collections: {{collections}}',
|
||||
badJson: 'That does not look like JSON — check that the whole answer was copied.',
|
||||
warnings: 'What could not be resolved',
|
||||
aiHint:
|
||||
'We build the request: channel settings, your groups and library, your references and notes, plus the answer schema. The model returns JSON that loads on the import tab.',
|
||||
'We build the request: channel settings, your groups and library, your references and notes, plus the answer schema. The model may define the groups it needs — the import creates them.',
|
||||
references: 'Reference channels',
|
||||
referencesPlaceholder: 'Cartoon Network, Paramount Comedy',
|
||||
referencesHint:
|
||||
|
||||
Reference in New Issue
Block a user