- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
580 B
580 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 6e05e5f7-8418-4240-9643-b83a77505715 | solution | ActorSheetV2 editImage action override |
|
0.7 | 0.8 | 2025-12-22T21:01:39.043688+00:00 | 2025-12-22T21:01:39.043688+00:00 |
When overriding DEFAULT_OPTIONS.actions in ActorSheetV2, the parent's built-in actions (like editImage) are lost. Must implement custom #onEditImage handler using FilePicker API: new FilePicker({type:'image', current, callback: path => this.document.update({[field]: path})}).render(true)