> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/simple-list-manager.md).

# Simple List Manager

Very simple editor that lets you manage a simple list of strings

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FvQ6DGNvx6zmvIHLsyYCo%2Flist.png?alt=media&amp;token=6ee08034-6386-485d-9bc7-5712b44f1387" alt=""><figcaption><p>List Editor</p></figcaption></figure>

#### Example of getting value on page

```csharp
(Content!.GetValue<List<string>>("PropertyAliasHere"))
```
