feat: Add code blocks full height setting to parameter sync service (#19835)
This commit is contained in:
parent
b68a83e641
commit
5eb0ea32f0
Binary file not shown.
|
|
@ -153,6 +153,12 @@ export const SYNCABLE_PARAMETERS: SyncableParameter[] = [
|
||||||
serverKey: 'enableContinueGeneration',
|
serverKey: 'enableContinueGeneration',
|
||||||
type: SyncableParameterType.BOOLEAN,
|
type: SyncableParameterType.BOOLEAN,
|
||||||
canSync: true
|
canSync: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'fullHeightCodeBlocks',
|
||||||
|
serverKey: 'fullHeightCodeBlocks',
|
||||||
|
type: SyncableParameterType.BOOLEAN,
|
||||||
|
canSync: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue