Update nextjs (#550)

This commit is contained in:
Eduard Gert
2026-01-14 16:20:02 +01:00
committed by GitHub
parent 9794dd8398
commit 80f49501d4
11 changed files with 57 additions and 51 deletions

View File

@@ -65,7 +65,7 @@ function renderProperties(properties, required = [], depth = 0) {
}
%>>%>
<% if ((type === 'object' && value.properties) || (type === 'object[]' && value.items.properties)) { %>
<details class="custom-details" open>
<details className="custom-details" open>
<summary><%- value.description || 'More Information' %></summary>
<Properties>
<% if (type === 'object[]') { %>