Authress-Engineering / openapi-explorer

OpenAPI Web component to generate a UI from the spec.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Additional empty slots

michael-wolfenden opened this issue · comments

It would be nice to have additional empty slots between each of the main slots like overview and overview-api-description allowing you to add additional content between each slot.

In our scenario we want to add a Download OpenApi Specification button between the overview and overview-api-description slot, however this doesn't appear to be possible without overwriting the entire contents of the overview which we are hoping to avoid.

My suggestion would be empty before and after slots for each existing slot (where it makes sense). So before-overview, after-overview, before-overview-api-description, after-overview-api-description etc