mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Preserving the entry extensions field through v2 char exports and imports
This commit is contained in:
@ -468,6 +468,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
|
||||
position: entry.position == 0 ? 'before_char' : 'after_char',
|
||||
use_regex: true, // ST keys are always regex
|
||||
extensions: {
|
||||
...entry.extensions,
|
||||
position: entry.position,
|
||||
exclude_recursion: entry.excludeRecursion,
|
||||
display_index: entry.displayIndex,
|
||||
|
Reference in New Issue
Block a user