Fix/language support (#2154)
This commit is contained in:
parent
00f4e6ec44
commit
e58c3ac374
28 changed files with 103 additions and 71 deletions
|
|
@ -219,7 +219,7 @@ export type CodeBasedExtensionForm = {
|
|||
|
||||
export type CodeBasedExtensionItem = {
|
||||
name: string
|
||||
label: I18nText
|
||||
label: any
|
||||
form_schema: CodeBasedExtensionForm[]
|
||||
}
|
||||
export type CodeBasedExtension = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue