UNPKG

484 BJavaScriptView Raw
1export var layoutSection = {
2 content: 'layoutColumn{2,3}',
3 isolating: true,
4 parseDOM: [
5 {
6 context: 'layoutSection//|layoutColumn//',
7 tag: 'div[data-layout-section]',
8 skip: true,
9 },
10 {
11 tag: 'div[data-layout-section]',
12 },
13 ],
14 toDOM: function () {
15 var attrs = { 'data-layout-section': 'true' };
16 return ['div', attrs, 0];
17 },
18};
19//# sourceMappingURL=layout-section.js.map
\No newline at end of file