Skip to content

Commit

Permalink
Refs #257521 - Add Simple style as default for labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 14, 2023
1 parent d9496e0 commit ba2e66e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/editor/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ export const LabelEditorSchema = {
type: 'string',
factory: 'Choice',
choices: [
['simple', 'Simple'],
['medium', 'Medium importance'],
['high', 'High importance'],
['highlight', 'Highlight'],
],
description: 'Choose a type or leave the default value (No value).',
default: 'simple',
description: 'Choose a type or leave the default value (Simple).',
required: true,
noValueOption: false,
},
label_pointing: {
title: 'Label pointing',
Expand Down

0 comments on commit ba2e66e

Please sign in to comment.