6.3.0
@comet/[email protected]
Minor Changes
-
80e6fde: Show DAM import source in grid
To show the "Source" column in the DAM's data grid, provide
importSources
inDamConfigProvider
:<DamConfigProvider value={{ ... importSources: { unsplash: { label: <FormattedMessage id="dam.importSource.unsplash.label" defaultMessage="Unsplash" />, }, }, }} > ... </DamConfigProvider>
@comet/[email protected]
Minor Changes
- fc1b16f: Allow overriding the block context in
BlocksTransformerService#transformToPlain
Patch Changes
- e2e2114: Fix parsing of
contentScopeAnnotation
inKubernetesService#getContentScope