mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 03:18:26 +00:00
Prepare custom fields
This commit is contained in:
@ -183,6 +183,8 @@ val openapiScalaSettings = Seq(
|
||||
)
|
||||
case "glob" =>
|
||||
field => field.copy(typeDef = TypeDef("Glob", Imports("docspell.common.Glob")))
|
||||
case "customfieldtype" =>
|
||||
field => field.copy(typeDef = TypeDef("CustomFieldType", Imports("docspell.common.CustomFieldType")))
|
||||
}))
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user