File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
services/channel/workflows/src/externals Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ for more details.
3737Before using the customizable solution make sure that you have the following
3838software 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
Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments