Update the theming for Actor sheets #80

Merged
Oliver merged 5 commits from theming/actor-sheet into main 2026-04-30 01:57:13 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 1cb9adfe33 - Show all commits

View file

@ -73,7 +73,8 @@
},
"attribute": {
"key": {
"hint": "This is the computer-friendly identifier for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this WILL break any existing macros you have."
"label": "Identifier",
"hint": "This is the computer-friendly name for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this will most likely break any existing macros you have."
},
"always-visible": "Always Visible",
"minimum": "Minimum",

View file

@ -1,7 +1,7 @@
<div>
<div class="property">
<label for="{{meta.idp}}-key">
{{ localize "taf.misc.key" }}
{{ localize "taf.misc.attribute.key.label" }}
</label>
<input
type="text"