Skip to content

Fix swapped Type/Description column headers in the cors middleware options table - #3509

Open
yfwmaniish wants to merge 1 commit into
strapi:mainfrom
yfwmaniish:cms/fix-cors-options-table-header
Open

yfwmaniish wants to merge 1 commit into
strapi:mainfrom
yfwmaniish:cms/fix-cors-options-table-header

Conversation

@yfwmaniish

Copy link
Copy Markdown
Contributor

Description

The cors middleware options table header row is labeled Option | Type | Description | Default value, but the data columns are ordered Option | Description | Type | Default — so the type (e.g. String or Array or Function) currently renders under the Description column and the description under the Type column.

This swaps the two header labels to Option | Description | Type | Default value, which matches both the table's own data and the convention used by every other middleware options table on this page (body, compression, etc.). Header row only; no data rows changed.

Related issue(s)/PR(s)

None — spotted while reviewing the internal middlewares configuration reference.

Copilot AI lite review requested due to automatic review settings September 18, 2026 15:54
@vercel

vercel Bot commented Sep 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
documentation Ready Ready Preview Sep 18, 2026 3:56pm UTC

Request Review

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants