Out of the box, Runway doesn’t come with multisite support as Runway doesn’t assume anything about how your models are created. However, there is an easy way to scope the model results you get to only those related to the currently selected site.Documentation Index
Fetch the complete documentation index at: https://runway.duncanmcclean.com/llms.txt
Use this file to discover all available pages before exploring further.
- Add a column to your model that’ll contain a site handle.
-
Once created, add the following scope to your model. Be sure to change
siteto the handle of the column you just created.
- Now, when you go to your model’s listing page, the returned results should relate to the currently selected site.