mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 00:41:50 +03:00
feat: add get-started template (#309)
This commit is contained in:
parent
e7420f921a
commit
e61b3ce4e4
@ -29,7 +29,7 @@ const groupTemplateMap = {
|
||||
const defaultTemplateList: Array<TemplateMeta> = [
|
||||
{
|
||||
name: 'New From Quick Start',
|
||||
groupKeys: ['todolist'],
|
||||
groupKeys: ['getStartedGroup0', 'getStartedGroup1', 'getStartedGroup2'],
|
||||
},
|
||||
{ name: 'New From Grid System', groupKeys: ['grid'] },
|
||||
{ name: 'New From Blog', groupKeys: ['blog'] },
|
||||
|
Loading…
Reference in New Issue
Block a user