Share templates between sites in a multisite network #25172
Replies: 2 comments
|
This would be extremely useful to share say header/footer design templates so only one design is needed for all sites on the multisite. The amount of time and maintenance required at this end would be enormous if you would consider this. |
|
So if your build is failing on that module, it most likely means you (or a patch you applied) added a To fix it: cd frontend
npm install --save-dev copy-webpack-pluginThen commit both the updated Why running
|
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe..
When you work on a multisite with many sites and you want everyone to use the same single post template (for example), you have to upload the template to all the child sites, and if you have many sites it becomes very complicated to maintain
Describe the solution you'd like.
In the template display conditions, add the option to perform on the current site or on all sites
Describe alternatives you've considered.
No response
Additional context
No response
Agreement
All reactions