Action Refactor Part #2

This commit is contained in:
Dapoolp 2025-07-24 22:56:23 +02:00
parent 479e147640
commit 9da6a13009
20 changed files with 324 additions and 340 deletions

View file

@ -9,4 +9,6 @@ export default class RangeField extends fields.StringField {
};
super(options, context);
}
static prepareConfig(config) {}
}