Refactor the React OpenAPI admin framework to support fully customizable field rendering and UI composition. #11

Merged
aetos merged 15 commits from common-fields into main 2026-06-07 12:35:53 +00:00
Showing only changes of commit a51fb62fd7 - Show all commits

View File

@@ -53,7 +53,7 @@ export const configuration: Record<string, ResourceOverride> = {
accounts: { accounts: {
enumOption: { enumOption: {
key: 'id', key: 'id',
value: '{name} - XXXX{number}' value: '{name} - XX{number}'
} }
}, },
tags: { tags: {