Skip to content

Commit

Permalink
#5156 -- options schema clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Vialov committed Sep 11, 2024
1 parent 9508ae7 commit 4f23388
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const render: {
hashSpacing: ExtendedSchema;
hashSpacingUnit: ExtendedSchema;
imageResolution: ExtendedSchema;
isACSStyle: ExtendedSchema;
} = {
showValenceWarnings: {
title: 'Show valence warnings',
Expand Down Expand Up @@ -326,12 +325,6 @@ const render: {
enumNames: Object.keys(ImageResolution),
default: ImageResolution.low,
},
isACSStyle: {
title: 'ACS Style',
type: 'boolean',
description: 'slider',
default: false,
},
};

const server: {
Expand Down

0 comments on commit 4f23388

Please sign in to comment.