list and emphasize
This commit is contained in:
parent
af9e4557d1
commit
f38f663608
12 changed files with 355 additions and 23 deletions
|
@ -4,6 +4,8 @@ export default interface Lookup {
|
|||
collection: string;
|
||||
image_item: boolean;
|
||||
date_list: boolean;
|
||||
numbered_item: boolean;
|
||||
inverse_count: boolean;
|
||||
reference: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
|
|
@ -6,4 +6,5 @@ export default interface DynamicZoneEmphasiseArticle extends BaseComponent {
|
|||
titel: string;
|
||||
description: string;
|
||||
articles: Array<Article>;
|
||||
base_url: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue