Hi.
Documentation here describes a starting value for auto numbers.
When setting up an Auto Number field, you can choose a starting value. For example, if you want to start numbering from “1001,” you can specify this starting value in the field settings
In self host v1.10, auto number fields have no options.
After scanning code which I'm guessing this file is the field, it returns nothing for options.
// packages/core/src/models/field/derivate/auto-number.field.ts
static defaultOptions(): IAutoNumberFieldOptionsRo {
return {};
}
Is this a EE feature? Or am I missing something?