EES Workspaces


(Darren Johnston) #1

Hi,
Does anyone have any examples of how to setup workspaces in easyedit?


<br /> /**<br /> * Add a workspace to the system<br /> *<br /> * Workspace data should be in the format (example only):<br /> <br /> {<br /> &quot;Category&quot;: [{<br /> name: &quot;Manage News Items&quot;,<br /> type: &quot;news&quot;,<br /> rootNode: 359,<br /> assetTypes: &quot;news_item&quot;,<br /> description: &quot;Manage news items that appear on the site &#39;Home&#39; and &#39;News&#39; pages of the squiz demo site.&quot;,<br /> iconClass: &quot;news&quot;,<br /> // Optional<br /> preview: &quot;http://www.eesdemo.com/news--and--events/news&quot;,<br /> category: &quot;folder&quot;<br /> }]<br /> }<br /> <br /> * The &quot;Category&quot; can be an existing category, or a it will create a new one<br /> *<br /> */<br />


(Scott Hall) #2

Hey Darren


Please don't utilise this code in anyway. Its a relic of a concept that was partially developed in phase one of EES (its beginning) and was shelved due to a number of issues mainly related with supportability and reliance on predefined implementation structures.



We still retain the code in the standard (non minified) space for legacy support of a couple of bespoke solutions that were developed in the early days.



Everything that we set out to achieve with workspaces can be accomplished with other features available within EES/Edt+.



Cheers



Scotty


(Darren Johnston) #3

Hi Scott, no probs.