The sequences are stored as content properties with the parent page. This makes the generation process quick, even if there are more than a few hundred siblings. Caution Box |
---|
Please note that sequences are not incremented atomically. In case of a sequence clash, a single identifier is used twice. These clashes need to be resolved manually. |
If you need to adjust the value, please use the REST API for content properties. Code Block |
---|
language | js |
---|
title | /rest/api/content/{id}/property/{key} |
---|
| {
"value": "ID-10010-00010",
"version": {
"number": 2,
"minorEdit": false
}
} |
|