Skip to content

Commit 994a911

Browse files
committed
Tests for screenshots
1 parent d8eede5 commit 994a911

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You can use dictionary items to translate the values of a Radiobutton List prope
2626

2727
#### Without Models Builder
2828

29+
{% code caption="HomePageTemplate.cs" %}
30+
2931
```csharp
3032
@if (Model.HasValue("colorTheme"))
3133
{
@@ -34,6 +36,8 @@ You can use dictionary items to translate the values of a Radiobutton List prope
3436
}
3537
```
3638

39+
{% endcode %}
40+
3741
#### With Models Builder
3842

3943
```csharp

16/umbraco-cms/reference/using-ioc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ If you need to inject your service into a controller or another service, you wil
225225

226226
{% code title="FooController.cs" %}
227227

228-
```csharp
228+
```none
229229
using IOCDocs.Services;
230230
using Microsoft.AspNetCore.Mvc;
231231

0 commit comments

Comments
 (0)