Changed L&F For the editor to use AVUSD logo and colors; Added a 1:2 and 2:1 split column widget (would like to make this all one configurable widget though).

This commit is contained in:
2021-01-16 10:09:20 -08:00
parent d16c76afb4
commit db2a612e2a
15 changed files with 4146 additions and 8 deletions

View File

@@ -14,10 +14,6 @@ module.exports = {
{
name: 'aves',
label: 'Elementary School Page'
},
{
name: 'basic',
label: 'basic'
}
// Add more page types here, but make sure you create a corresponding

View File

@@ -18,7 +18,8 @@
]
},
'apostrophe-files': {},
'two-column': {}
'two-column': {},
'two-column-1-2': {}
}
}) }}
</div>