Add additional root placeholders in a code-first JSS sample app
Current version: 20.x
By default, JSS applications define only one root placeholder in the Layout
component, but you can add multiple root placeholders if your use case requires it.
To define multiple root placeholders:
-
Add additional placeholder instances in your JSS
Layout
component, giving each placeholder a unique name. -
Add the placeholder settings items to the manifest.
-
In the
package.json
file, in theconfig
options, list the placeholders in therootPlaceholders
array.