app/assets/lookbook/js/config.js in lookbook-0.4.8 vs app/assets/lookbook/js/config.js in lookbook-0.5.0.beta.0

- old
+ new

@@ -1,14 +1,20 @@ export default { desktopWidth: 768, sidebar: { defaultWidth: 280, minWidth: 200, - maxWidth: 500, + maxWidth: 350, }, inspector: { - tabs: { - default: "source", + drawer: { + orientation: "horizontal", + defaultPanel: "source", defaultHeight: 200, + defaultWidth: 500, + minWidth: 350, + }, + preview: { + view: "preview", }, }, };