チャンネルがあり、各エントリのタイトルに次のような連続番号を含める必要があります。10003-エントリのタイトル
エントリのタイトルに連番を付ける方法はありますか?
チャンネルがあり、各エントリのタイトルに次のような連続番号を含める必要があります。10003-エントリのタイトル
エントリのタイトルに連番を付ける方法はありますか?
I think you'll need to implement this with the Elements::EVENT_AFTER_SAVE_ELEMENT
event and keep a record of the number.
If it doesn't need to be sequential 1,2,3 you could use a dynamic title and use {{object.sourceId}} which would be the entry id which will always increment