File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ See [Usage documentation](docs/Usage.md).
2525
2626### Content Alignment
2727- [ ] Text / Content Alignment
28- - [ ] Horizontal
28+ - [x ] Horizontal
2929 - [ ] Vertical
3030
3131### General
Original file line number Diff line number Diff line change @@ -120,4 +120,25 @@ Here are sample usages of the currently supported property editors. You are not
120120 " #808080"
121121 ]
122122 }
123+ ```
124+
125+ ### Text Align
126+
127+ - ** Typical CSS Property** : text-align
128+ - ** Supported values** :
129+ - left
130+ - right
131+ - center
132+ - justify
133+ - ** Editor** : Check Radio List
134+
135+ ``` json
136+ ...
137+ {
138+ "label" : " Set text alignment" ,
139+ "description" : " Set text alignment" ,
140+ "key" : " text-align" ,
141+ "view" : " /App_Plugins/Our.Umbraco.GridSettings/editors/TextAlign/view.html"
142+ }
143+ ...
123144```
You can’t perform that action at this time.
0 commit comments