moo-man / FVTT-DD-Import

Allows Importing Dungeondraft map files into FoundryVTT
MIT License
60 stars 28 forks source link

Update hooks for version 11 #129

Open dcode opened 1 year ago

dcode commented 1 year ago

I know version 11 is obviously not officially released, but the testing builds are quite good. Seemingly the hook changed, or the DOM path, but the import button no longer renders. It might be nice to put the button in the top group.

Current rendering:

image

Proposed rendering:

Screen Shot 2023-05-06 at 09 30 53 AM

HTML at selector path #scenes > header > div.header-actions.action-buttons.flexrow > button.import-uvtt

<button class="import-uvtt"><i class="fas fa-file-import"></i> Universal Battlemap Import</button>