Skip to content

Commit 618931d

Browse files
committed
Merge branch 'releases/iteration-121' of github.com:Axinom/mosaic-media-template into releases/iteration-121
2 parents 531f575 + 44fb71b commit 618931d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ for more details.
3737
Before using the customizable solution make sure that you have the following
3838
software installed:
3939

40-
- [node.js](https://nodejs.org/en/) of version 18.\* needs to be installed.
41-
- [Version 18.15.0](https://nodejs.org/download/release/v18.15.0/) is
40+
- [node.js](https://nodejs.org/en/) install the latest LTS version.
41+
- [Version 22.13.1](https://nodejs.org/download/release/latest-v22.x/) is
4242
confirmed to work, where other versions may work as well, but would need to
4343
be tested
4444
- To install node.js via a package manager, see

services/channel/workflows/src/externals/piralExtensions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const ExtensionsContext = React.createContext<Extensions>({
1616
ImagePreview: extensionDefaultValue,
1717
ImageSelectExplorer: extensionDefaultValue,
1818
ImageSelectField: extensionDefaultValue,
19+
SingleImageSelectField: extensionDefaultValue,
1920
VideoSelectExplorer: extensionDefaultValue,
2021
VideoSelectField: extensionDefaultValue,
2122
});

0 commit comments

Comments
 (0)