Added new actor dialog to admin panel, removed create mode from actor edit page.

This commit is contained in:
2026-06-17 01:54:23 +02:00
parent 0af5b8d84c
commit 2595fcc365
7 changed files with 208 additions and 49 deletions

View File

@@ -548,6 +548,7 @@ function curateActorEntry(actor, context) {
slug: slugify(actor.name),
entry_id: nanoid(), // allows for manual creation of multiple actors with the same name
gender: actor.gender,
allow_global_match: actor.allowGlobalMatch,
comment: context?.comment,
};
}