Skip to content

Commit b815202

Browse files
000-900: pic formatting
1 parent cfeb0a1 commit b815202

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

articles/en/Viva/changelanguage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In the top right corner select **Settings** icon:
2323
Under **Language** section select your language from a dropdown:
2424

2525

26-
<img src="/articles/img/vechangelg2.png">
26+
<img src="/articles/img/vechangelg1.png">
2727

2828

2929
<br/>

articles/en/spo/ctremove.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ date: '2025-04-05'
1212

1313
You navigate to SharePoint List -> List Settings -> Scroll down to content types -> Open a content type
1414

15-
<img src="/articles/img/ctremove0.png" width="200">
15+
<img src="/articles/img/ctremove0.png" width="600">
1616

1717

1818
Click delete this content type and receive the following error message:
1919

20-
<img src="/articles/img/ctremove.png" width="200">
20+
<img src="/articles/img/ctremove.png" width="600">
2121

2222

2323
# Solution
@@ -31,31 +31,33 @@ The error message means that somewhere out there there are still items using tha
3131
* REST API
3232

3333

34+
<br/>
3435

35-
<h1>User Interface (Browser)</h1>
36+
# User Interface (Browser)
3637

3738
Step 1. Navigate to the list. Modify the view:
3839

39-
<img src="/articles/img/ctinuse.png"
40+
<img src="/articles/img/ctinuse.png">
4041

4142
Step 2. Include Content type column:
4243

43-
<img src="/articles/img/ctinuse1.png"
44+
<img src="/articles/img/ctinuse1.png">
4445

4546
Step 3. Save the view.
4647

4748
Step 4. In the list click on the content type column and select the content type you are about to delete.
4849

4950

50-
<img src="/articles/img/ctinuse2.png"
51+
<img src="/articles/img/ctinuse2.png">
5152

5253

5354
Step 6. Either delete the items or change their content type under properties.
5455

55-
<img src="/articles/img/ctinuse3.png"
56+
<img src="/articles/img/ctinuse3.png">
5657

5758

5859

60+
<br/>
5961

6062
# Powershell
6163

@@ -185,6 +187,7 @@ Disconnect-PnPOnline
185187
186188
```
187189

190+
<br/>
188191

189192
# Read Only
190193

@@ -199,6 +202,9 @@ Navigate to:
199202
5. Should this content type be read only? Select NO
200203

201204

205+
206+
<br/>
207+
202208
# See Also
203209

204210
[List SharePoint content types](https://powershellscripts.github.io/articles/en/spo/ctget/)

0 commit comments

Comments
 (0)