Finish removing the Range bucket type that was accidentally still able to be created
This commit is contained in:
parent
3fc8b654c7
commit
8f993adb47
6 changed files with 34 additions and 52 deletions
|
|
@ -6,7 +6,6 @@ const { StringField, NumberField } = foundry.data.fields;
|
|||
export const BucketTypes = {
|
||||
STRING: `string`,
|
||||
NUMBER: `number`,
|
||||
RANGE: `range`,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue