Conversation
Delete the standalone "Token-Based Configuration Magic" and the duplicate "Tenant Resolution Priority Chain" sections from the article. Update the feature index/table to replace the Token Replacement entry with Tenant Resolution, and adjust the numbering/labels for Background Job Queue and Widgets so the list stays consistent. This cleans up duplicated content and fixes the section ordering.
There was a problem hiding this comment.
Pull request overview
Updates the “ABP Framework Hidden Magic” community article by removing two previously listed “magic” items and adjusting the later section/table numbering to reflect the new set of topics.
Changes:
- Removed the “Token-Based Configuration Magic” section.
- Removed the “Tenant Resolution Priority Chain” section and renumbered subsequent sections.
- Updated the summary table rows for the removed/renumbered items.
| ## 26. Localization Automatic Discovery | ||
|
|
||
| **The Magic:** All `.json` localization files in the application are automatically discovered and loaded: |
There was a problem hiding this comment.
Section numbering now skips from 24 to 26 (there is no "## 25" section), which makes the article headings inconsistent. Either reintroduce a section 25 or renumber subsequent sections (Localization/Feature Checks/etc.) to keep the numbering sequential.
| | 25 | **Tenant Resolution** | Multi-source chain | Route → Query → Header → Cookie → Subdomain | | ||
| | 26 | **Localization** | Auto-discovery | JSON files in /Localization | |
There was a problem hiding this comment.
The summary table lists "Tenant Resolution" as item 25, but the detailed "Tenant Resolution" section was removed from the article body. Either add the corresponding section back (and ensure numbering matches) or update the summary table so every row corresponds to a section actually present in the article.
No description provided.