Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/pages/blocks/redoclyapiblock/redocly-api-block-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ When no options are specified, the component uses these defaults:
disableSidebar: false,
disableSearch: false,
hideTryItPanel: false,
hideSchemaTitles: false,
scrollYOffset: 0,
sortOperationsAlphabetically: false,
sortTagsAlphabetically: false,
Expand All @@ -39,6 +40,7 @@ When no options are specified, the component uses these defaults:
- **disableSidebar**: Hide left sidebar (default: `false`)
- **disableSearch**: Disable search (default: `false`)
- **hideTryItPanel**: Hide try-it panel (default: `false`)
- **hideSchemaTitles**: Hide schema field title properties next to types (default: `false`)
- **scrollYOffset**: Offset for fixed headers (default: `0`)

### Content Options
Expand All @@ -60,6 +62,7 @@ When no options are specified, the component uses these defaults:
disableSidebar={false}
disableSearch={true}
hideTryItPanel={true}
hideSchemaTitles={true}
scrollYOffset={64}
sortOperationsAlphabetically={true}
sortTagsAlphabetically={true}
Expand Down
Loading