We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dff00 commit fd22f7dCopy full SHA for fd22f7d
admin/getting-started.md
@@ -83,6 +83,10 @@ const myApiDocumentationParser = entrypoint => parseHydraDocumentation(entrypoin
83
const books = api.resources.find(({ name }) => 'books' === name);
84
const description = books.fields.find(f => 'description' === f.name);
85
86
+ description.field = props => (
87
+ <RichTextField {...props} source="description" />
88
+ );
89
+
90
description.input = props => (
91
<RichTextInput {...props} source="description" />
92
);
0 commit comments