Repeatable Textstrings
Schema Alias: Umbraco.MultipleTextstring
UI Alias: Umb.PropertyEditorUi.MultipleTextString
Returns: array of strings
The Repeatable textstrings property editor enables a content editor to make a list of text items. For best use with an unordered-list.
Data Type Definition Example

Content Example

MVC View Example
Without Models Builder
With Models Builder
Add values programmatically
See the example below to see how a value can be added or changed programmatically. To update a value of a property editor you need the Content Service.
Although the use of a GUID is preferable, you can also use the numeric ID to get the page:
If Models Builder is enabled you can get the alias of the desired property without using a magic string:
Last updated
Was this helpful?