fix(syntax-highlighter): configuration for Examples (#6455)
* Complement #5259, getConfigs was not correctly forwarded to Examples. As a result, syntax highlight could not be disabled be disabled or configured in that elements
This commit is contained in:
@@ -226,6 +226,7 @@ export default class Response extends React.Component {
|
||||
<Example
|
||||
example={examplesForMediaType.get(this.getTargetExamplesKey(), Map({}))}
|
||||
getComponent={getComponent}
|
||||
getConfigs={getConfigs}
|
||||
omitValue={true}
|
||||
/>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user