mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
flow for node
This commit is contained in:
parent
313c41b56c
commit
2f73e9ad29
1 changed files with 3 additions and 5 deletions
|
@ -122,12 +122,10 @@ export interface INode {
|
||||||
is_liked?: boolean;
|
is_liked?: boolean;
|
||||||
is_heroic?: boolean;
|
is_heroic?: boolean;
|
||||||
|
|
||||||
options: {
|
|
||||||
flow: {
|
flow: {
|
||||||
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||||
show_description: boolean;
|
show_description: boolean;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
tags: ITag[];
|
tags: ITag[];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue