cinema6 / proshop

Cinema6 provisioning and administrative system
0 stars 0 forks source link

Proshop is storing config in the wrong place. #32

Closed howardengelhart closed 10 years ago

howardengelhart commented 10 years ago

@sqmunson

I updated my org Howardtopia 2 () on proshop, changing the embedType settings. Here is what is now in my org:

  "config": {
    "embedTypes": [
      "script",
      "shortcode"
    ]
  },

It should be

  "config": {
    "minireelinator" : {
       "embedTypes": [
          "script",
         "shortcode"
       ]
    }
  },

Configuration settings on Orgs/Users should be scoped to within an application...

Org.config.minireelinator User.config.minireelinator

sqmunson commented 10 years ago

That structure came form josh's initial instruction. I'll move that to where it belongs