You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Follow these instructions to start up Sofie Core in development mode. (For produ
19
19
### Prerequisites
20
20
21
21
- Install [Node.js](https://nodejs.org) 14 (using [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows) is the recommended way to install Node.js)
- Install [Node.js](https://nodejs.org) 18 (using the same method you used above, you can uninstall node 14 if needed)
24
24
- Install an older version of corepack (`npm install --global [email protected]`)
25
25
- Enable [corepack](https://nodejs.org/api/corepack.html#corepack) (`corepack enable`) as administrator/root. If `corepack` is not found, you may need to install it first with `npm install --global corepack`
@@ -132,6 +132,30 @@ The resulting JSON file will be placed in `meteor/public/locales/xx`, where it w
132
132
133
133
Then submit this as a PR.
134
134
135
+
## Deprecations
136
+
137
+
### ConfigManifests
138
+
139
+
The ConfigManifests for Blueprints and Gateways was replaced with JSONSchema in R50.
140
+
However, one usage by AdlibActions for their userDataManifest remains as this is not something we are actively using.
141
+
142
+
## Blueprint Migrations
143
+
144
+
In R49, a replacement flow was added consisting of `validateConfig` and `applyConfig`.
145
+
It is no longer recommended to use the old migrations flow for showstyle and studio blueprints.
146
+
147
+
### ExpectedMediaItems
148
+
149
+
These are used for Media-manager which is no longer being developed.
0 commit comments