Skip to content

Commit

Permalink
type Config.coordinatesOnSquares - for #301 - for lichess-org/lila#15221
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 6, 2024
1 parent 3e31674 commit 8948624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface Config {
lastMove?: cg.Key[]; // squares part of the last move ["c3", "c4"]
selected?: cg.Key; // square currently selected "a1"
coordinates?: boolean; // include coords attributes
coordinatesOnSquares: boolean; // include coords attributes on every square
autoCastle?: boolean; // immediately complete the castle by moving the rook after king move
viewOnly?: boolean; // don't bind events: the user will never be able to move pieces around
disableContextMenu?: boolean; // because who needs a context menu on a chessboard
Expand Down

0 comments on commit 8948624

Please sign in to comment.