Commit d52a5f6
Fix admin spec: use createConfigExtensionSpecification with proper schema and config keys
- Switch from createContractBasedModuleSpecification to createConfigExtensionSpecification
so the spec gets experience: 'configuration' and is treated as an app config spec
- Add AdminSchema with root_path and uploaded_files fields to claim those TOML keys
- Fix configKey from 'admin.static_root' to 'root_path'
- Fix generateManifest → generatesAssetsManifest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 28cb4e9 commit d52a5f6
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments