diff --git a/example/scratchpad/README.md b/example/scratchpad/README.md new file mode 100644 index 0000000000..624a4786b4 --- /dev/null +++ b/example/scratchpad/README.md @@ -0,0 +1,2 @@ +Example of using multiple persistence stores by exposing a root +object with a different space prefix. diff --git a/example/scratchpad/bundle.json b/example/scratchpad/bundle.json new file mode 100644 index 0000000000..84d670589a --- /dev/null +++ b/example/scratchpad/bundle.json @@ -0,0 +1,15 @@ +{ + "extensions": { + "roots": [ + { + "id": "scratch:root", + "model": { + "type": "folder", + "composition": [], + "name": "Scratchpad" + }, + "priority": "preferred" + } + ] + } +}