Skip to content

Commit

Permalink
Add text align
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 5, 2020
1 parent 665e3b3 commit ed40709
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/StyleWrapper/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export const StyleSchema = () => ({
{
id: 'default',
title: 'Default',
fields: ['style_name', 'textAlign', 'align', 'size'],
fields: ['style_name'],
},
{
id: 'standard',
title: 'Standard',
fields: ['textAlign', 'align', 'size'],
},
{
id: 'advanced',
Expand Down

0 comments on commit ed40709

Please sign in to comment.