mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
Merge pull request #1385 from nasa/example-roots-1384
[Roots] Update examples
This commit is contained in:
@ -33,6 +33,11 @@ define([
|
|||||||
legacyRegistry.register("example/scratchpad", {
|
legacyRegistry.register("example/scratchpad", {
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"roots": [
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "scratch:root"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "scratch:root",
|
"id": "scratch:root",
|
||||||
"model": {
|
"model": {
|
||||||
|
@ -35,6 +35,11 @@ define([
|
|||||||
"description": "Example illustrating the addition of a static top-level hierarchy",
|
"description": "Example illustrating the addition of a static top-level hierarchy",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"roots": [
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "exampleTaxonomy"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "exampleTaxonomy",
|
"id": "exampleTaxonomy",
|
||||||
"model": {
|
"model": {
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"moment": "^2.11.1",
|
"moment": "^2.11.1",
|
||||||
"node-bourbon": "^4.2.3",
|
"node-bourbon": "^4.2.3",
|
||||||
"phantomjs-prebuilt": "2.1.11 || >2.1.12 <3.0.0",
|
"phantomjs-prebuilt": "2.1.11",
|
||||||
"requirejs": "2.1.x",
|
"requirejs": "2.1.x",
|
||||||
"split": "^1.0.0"
|
"split": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user