Skip to content

Commit 0cb0db2

Browse files
000-759: list unique
1 parent 569a762 commit 0cb0db2

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

_data/docs_menu.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
items:
2828
- name: Customize your site header using PnP
2929
link: /articles/en/SharePointOnline/setsiteheaderPnP/
30+
- name: Customize your page header
31+
link: /articles/en/SharePointOnline/custompageheader
3032
- name: Create SharePoint theme using Theme Generator tool
3133
link: /articles/en/SharePointOnline/Create SharePoint theme using Theme Generator tool/
3234
- name: Migrate OneDrive across tenants
@@ -71,8 +73,12 @@
7173
link: /articles/en/spo/comparetenants
7274
- name: Create SharePoint dashboard
7375
link: /articles/en/spo/createdashboard
74-
- name: Customize your page header
75-
link: /articles/en/SharePointOnline/custompageheader
76+
- name: Disable attachments in SharePoint list
77+
link: /articles/en/spo/disableattachments
78+
- name: Create download link to SharePoint file
79+
link: /articles/en/spo/downloadable
80+
- name: Report on files with unique permissions
81+
link: /articles/en/spo/listfilesunique
7682

7783
- label: Viva
7884
items:

_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
- name: Customize your site header using PnP
3131
link: /articles/en/SharePointOnline/setsiteheaderPnP/
32+
- name: Customize your page header
33+
link: /articles/en/SharePointOnline/custompageheader
3234
- name: Create SharePoint theme using Theme Generator tool
3335
link: /articles/en/SharePointOnline/Create%20SharePoint%20theme%20using%20Theme%20Generator%20tool/
3436
- name: Customize your page header
@@ -81,6 +83,8 @@
8183
link: /articles/en/spo/disableattachments
8284
- name: Create download link to SharePoint file
8385
link: /articles/en/spo/downloadable
86+
- name: Report on files with unique permissions
87+
link: /articles/en/spo/listfilesunique
8488

8589

8690
- name: Viva

index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,18 @@ Enjoy!
117117

118118
<ol style="--length: 5" role="list">
119119

120+
<li style="--i: 12"><a href="https://powershellscripts.github.io/articles/en/spo/disableattachments/">
121+
<span style="display: block; text-align: right;">2025-02-09
122+
<h3>Disable attachments in SharePoint list</h3></span>
123+
<p>You may want to disable list attachments to maintain a cleaner or more secure list environment. Here's how you can do this for one or multiple lists.</p>
124+
</a></li>
125+
126+
<li style="--i: 12"><a href="https://powershellscripts.github.io/articles/en/spo/disableattachments/">
127+
<span style="display: block; text-align: right;">2025-02-09
128+
<h3>Disable attachments in SharePoint list</h3></span>
129+
<p>You may want to disable list attachments to maintain a cleaner or more secure list environment. Here's how you can do this for one or multiple lists.</p>
130+
</a></li>
131+
120132
<li style="--i: 12"><a href="https://powershellscripts.github.io/articles/en/spo/disableattachments/">
121133
<span style="display: block; text-align: right;">2025-02-09
122134
<h3>Disable attachments in SharePoint list</h3></span>

0 commit comments

Comments
 (0)