feat(json-schema-2020-12): add support for expandable behavior
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
9ed1c1b3a0
commit
ddedb57dc0
@@ -3,6 +3,7 @@
|
||||
*/
|
||||
import JSONSchema from "./components/JSONSchema/JSONSchema"
|
||||
import BooleanJSONSchema from "./components/BooleanJSONSchema/BooleanJSONSchema"
|
||||
import JSONSchemaKeywordProperties from "./components/keywords/Properties"
|
||||
import Accordion from "./components/Accordion/Accordion"
|
||||
import ChevronRightIcon from "./components/icons/ChevronRight"
|
||||
import { upperFirst } from "./fn"
|
||||
@@ -12,6 +13,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
components: {
|
||||
JSONSchema202012: JSONSchema,
|
||||
BooleanJSONSchema202012: BooleanJSONSchema,
|
||||
JSONSchema202012KeywordProperties: JSONSchemaKeywordProperties,
|
||||
JSONSchema202012Accordion: Accordion,
|
||||
JSONSchema202012ChevronRightIcon: ChevronRightIcon,
|
||||
withJSONSchema202012Context: withJSONSchemaContext,
|
||||
|
||||
Reference in New Issue
Block a user