Add text alignment to block controls

This commit is contained in:
Robin Cornett
2019-10-24 17:07:15 -04:00
parent d679723258
commit e15676f217
4 changed files with 23 additions and 5 deletions
@@ -5,6 +5,10 @@ return array(
'type' => 'string',
'default' => '',
),
'alignment' => array(
'type' => 'string',
'default' => '',
),
'className' => array(
'type' => 'string',
'default' => '',