refactor: remove HeadlineTitle, ListItemTag, ListItemContent
This commit is contained in:
parent
d81c1a2966
commit
12bee6fb6b
8 changed files with 240 additions and 346 deletions
|
|
@ -25,7 +25,6 @@ const nodes = [
|
|||
struct: "Headline",
|
||||
kind: ["HEADLINE"],
|
||||
first_child: [
|
||||
["title", "HeadlineTitle"],
|
||||
["section", "Section"],
|
||||
["planning", "Planning"],
|
||||
],
|
||||
|
|
@ -74,7 +73,6 @@ const nodes = [
|
|||
{
|
||||
struct: "ListItem",
|
||||
kind: ["LIST_ITEM"],
|
||||
first_child: [["content", "ListItemContent"]],
|
||||
},
|
||||
{
|
||||
struct: "Drawer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue