Skip to content

Commit b1f07e3

Browse files
committed
Updated docs and readme with Text Align (horizontal)
1 parent 9d1a41f commit b1f07e3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/Usage.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)