feat(json-schema-2020-12): add support for readOnly keyword (#8649)
Refs #8513
This commit is contained in:
@@ -40,6 +40,7 @@ import KeywordTitle from "./components/keywords/Title/Title"
|
||||
import KeywordDescription from "./components/keywords/Description/Description"
|
||||
import KeywordDefault from "./components/keywords/Default"
|
||||
import KeywordDeprecated from "./components/keywords/Deprecated/Deprecated"
|
||||
import KeywordReadOnly from "./components/keywords/ReadOnly/ReadOnly"
|
||||
import Accordion from "./components/Accordion/Accordion"
|
||||
import ExpandDeepButton from "./components/ExpandDeepButton/ExpandDeepButton"
|
||||
import ChevronRightIcon from "./components/icons/ChevronRight"
|
||||
@@ -96,6 +97,7 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
|
||||
KeywordDescription,
|
||||
KeywordDefault,
|
||||
KeywordDeprecated,
|
||||
KeywordReadOnly,
|
||||
Accordion,
|
||||
ExpandDeepButton,
|
||||
ChevronRightIcon,
|
||||
|
||||
Reference in New Issue
Block a user