Initial commit: scaffold stack.gallery catalog frontend
This commit is contained in:
18
html/index.ts
Normal file
18
html/index.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import * as deesWccTools from '@design.estate/dees-wcctools';
|
||||
import * as elements from '../ts_web/elements/index.js';
|
||||
import * as pages from '../ts_web/pages/index.js';
|
||||
|
||||
deesWccTools.setupWccTools({
|
||||
sections: [
|
||||
{
|
||||
name: 'Pages',
|
||||
type: 'pages',
|
||||
items: pages,
|
||||
},
|
||||
{
|
||||
name: 'Elements',
|
||||
type: 'elements',
|
||||
items: elements,
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user