rngs-io stories configuration file, kept in a rngs-io.json file relative to the project root.

Example

{
"storyboards": {
"storyboard-id-abc-123": {
"name": "My storyboard",
"rngsIo": "https://...",
"stories": {
"story-1-id-abc-123": {
"name": "My story 1",
"rngsIo": "https://...",
"syncPath": "locales/en/page.json",
"preview": {
"enabled": true,
"json": "https://...",
"aml": "https://...",
},
"public": {
"enabled": true,
"json": "https://...",
"aml": "https://...",
}
}
}
}
}
}

Index

Interfaces

Generated using TypeDoc