You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ There are two special User Groups you can use:
238
238
239
239
Use the alias of the User Group
240
240
241
-
````cshtml
241
+
```cshtml
242
242
<div our-user-include="admin">Only users in the Admin group will see this.</div>
243
243
<div our-user-include="admin,editor">Only users in the Admin or Editor user group will see this.</div>
244
244
<div our-user-include="*">Only logged in users will see this.</div>
@@ -247,7 +247,7 @@ Use the alias of the User Group
247
247
<div our-user-exclude="editor">Only Editor users can't see this (Including anonymous).</div>
248
248
<div our-user-exclude="?">Everyone except Anonymous users will see this.</div>
249
249
<div our-user-exclude="*">Everyone except who is authenticated will see this.</div>
250
-
250
+
```
251
251
252
252
## `<our-edit-link>`
253
253
This is a tag helper element which renders an edit link on the front end only if the current user is logged into umbraco and has access to the content section.
0 commit comments