Skip to content

Commit

Permalink
use h2-h6 font sizes in accordion title
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 23, 2020
1 parent 7f13476 commit 0e5845d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/manage/Blocks/Accordion/Schema.js
Expand Up @@ -118,16 +118,16 @@ export const accordionBlockSchema = () => ({
},
title_size: {
title: 'Title size',
description: 'Size of accordion Title in a Panel',
description: 'Accordion Title size',
type: 'string',
factory: 'Choice',
default: 'h6',
choices: [
['xx-small', 'xx-small'],
['x-small', 'x-small'],
['small', 'small'],
['medium', 'medium'],
['large', 'large'],
['x-large', 'x-large'],
['xx-large', 'xx-large'],
['xxx-large', 'xxx-large'],
['30px', 'h2'],
['24px', 'h3'],
['20px', 'h4'],
['18px', 'h5'],
['16px', 'h6'],
],
},
arrow_select: {
Expand Down

0 comments on commit 0e5845d

Please sign in to comment.