You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per an issue that was mentioned on Slack, we really should be able to specify the collections name used by a CPO in the .env file (because, currently, dev builds of CPO use the production version's Google Drive folder). Primarily, this line would be the the target of some Mustache-generated value.
Go for it if you want to tackle it. Though I would keep any templated globals in editor.template.html, and refer to them that way. It's (a) how all of them are done, and (b) avoids templating more files. It'll also make it easier for what Paul is doing to find and incorporate into the webpack stuff.
Activity
jpolitz commentedon Jun 16, 2016
Go for it if you want to tackle it. Though I would keep any templated globals in editor.template.html, and refer to them that way. It's (a) how all of them are done, and (b) avoids templating more files. It'll also make it easier for what Paul is doing to find and incorporate into the webpack stuff.