generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Hazard PF2e integration. Add performance options.
- Loading branch information
1 parent
9981849
commit 74aaa75
Showing
5 changed files
with
118 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<form autocomplete="off" class="customCssSettings" onsubmit="event.preventDefault()"> | ||
<section class="stylesheet-editor"> | ||
{{#each compendiums}} | ||
<input type="checkbox" id="{{this.name}}" name="{{this.name}}" {{checked this.value}} data-dtype="Boolean"> | ||
<label for="{{this.name}}">{{this.label}}</label><br> | ||
{{/each}} | ||
</section> | ||
<button type="submit" name="submit"> | ||
<i class="fas fa-save"></i> Save | ||
</button> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters