Tweak indentation to be more consistent with other applications
This commit is contained in:
parent
171a133563
commit
a98af33477
1 changed files with 2 additions and 6 deletions
|
|
@ -34,12 +34,8 @@ export class AttributeManager extends HandlebarsApplicationMixin(ApplicationV2)
|
||||||
};
|
};
|
||||||
|
|
||||||
static PARTS = {
|
static PARTS = {
|
||||||
attributes: {
|
attributes: { template: filePath(`templates/AttributeManager/attribute-list.hbs`) },
|
||||||
template: filePath(`templates/AttributeManager/attribute-list.hbs`),
|
controls: { template: filePath(`templates/AttributeManager/controls.hbs`) },
|
||||||
},
|
|
||||||
controls: {
|
|
||||||
template: filePath(`templates/AttributeManager/controls.hbs`),
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
// #endregion Options
|
// #endregion Options
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue