Skip to content

Commit cdd1800

Browse files
committed
Revert "feat: Use read over focussed mode"
This reverts commit d78e2e5.
1 parent d78e2e5 commit cdd1800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascripts/discourse/api-initializers/discourse-rapidoc-theme-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function applyRapidoc(element) {
3535
apidoc.outerHTML = `
3636
<rapi-doc
3737
spec-url="${spec}"
38-
render-style="read"
38+
render-style="focussed"
3939
layout="column"
4040
allow-search="true"
4141
show-header="false"

playground/component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-url="./petstore-with-samples.json"
33
theme="light"
44
layout="column"
5-
render-style="read"
5+
render-style="focussed"
66
allow-search="true"
77
show-header="false"
88
show-info="true"

0 commit comments

Comments
 (0)