Update the theming for Actor sheets #80
2 changed files with 3 additions and 2 deletions
|
|
@ -73,7 +73,8 @@
|
||||||
},
|
},
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"key": {
|
"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",
|
"always-visible": "Always Visible",
|
||||||
"minimum": "Minimum",
|
"minimum": "Minimum",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div class="property">
|
<div class="property">
|
||||||
<label for="{{meta.idp}}-key">
|
<label for="{{meta.idp}}-key">
|
||||||
{{ localize "taf.misc.key" }}
|
{{ localize "taf.misc.attribute.key.label" }}
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue