mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added flow shade
This commit is contained in:
parent
57d803f4d8
commit
59ca076287
7 changed files with 56 additions and 2 deletions
|
@ -133,6 +133,7 @@ export interface INode {
|
|||
flow: {
|
||||
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||
show_description: boolean;
|
||||
dominant_color?: string;
|
||||
};
|
||||
|
||||
tags: ITag[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue