mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
remove extra configs
This commit is contained in:
parent
4692596f73
commit
76f44b9ca6
2 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ export default class ArmorSheet extends DHBaseItemSheet {
|
||||||
static DEFAULT_OPTIONS = {
|
static DEFAULT_OPTIONS = {
|
||||||
classes: ['armor'],
|
classes: ['armor'],
|
||||||
dragDrop: [
|
dragDrop: [
|
||||||
{ dragSelector: null, dropSelector: null },
|
|
||||||
{ dragSelector: null, dropSelector: '.attachments-section' }
|
{ dragSelector: null, dropSelector: '.attachments-section' }
|
||||||
],
|
],
|
||||||
actions: {
|
actions: {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ export default class WeaponSheet extends DHBaseItemSheet {
|
||||||
static DEFAULT_OPTIONS = {
|
static DEFAULT_OPTIONS = {
|
||||||
classes: ['weapon'],
|
classes: ['weapon'],
|
||||||
dragDrop: [
|
dragDrop: [
|
||||||
{ dragSelector: null, dropSelector: null },
|
|
||||||
{ dragSelector: null, dropSelector: '.attachments-section' }
|
{ dragSelector: null, dropSelector: '.attachments-section' }
|
||||||
],
|
],
|
||||||
actions: {
|
actions: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue