Skip to content

Commit 2b273ba

Browse files
000-797: stats not working
1 parent 754dae1 commit 2b273ba

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

articles/en/SharePointOnline/Add content type.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ hero_height: is-small
77
date: '2023-12-16'
88
---
99

10-
<!-- Google tag (gtag.js) -->
11-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NDDFG3RZTJ"></script>
12-
<script>
13-
window.dataLayer = window.dataLayer || [];
14-
function gtag(){dataLayer.push(arguments);}
15-
gtag('js', new Date());
16-
17-
gtag('config', 'G-NDDFG3RZTJ');
18-
</script>
19-
2010
<sup>
2111
Content types were introduced in SharePoint 2007 products and technologies. A content type defines the metadata and behavior for a particular data entity—usually, a business document or item of some kind. Each content type contains references to one or more site columns. You can also associate workflows, information management policies, and document templates with content types. A SharePoint content type pulls together an item and information about the item. It makes it easy to provide consistency across a site. Some of the popular content types are item or a document. A site collection owner can [create custom content types](https://support.microsoft.com/en-us/office/create-or-customize-a-site-content-type-27eb6551-9867-4201-a819-620c5658a60f?ui=en-us&rs=en-us&ad=us) that would reflect more the needs of a company, and add it to selected lists and libraries. A content type can be also [published from a content type hub](https://support.microsoft.com/en-us/office/publish-a-content-type-from-a-content-publishing-hub-58081155-118d-4e7a-9cc5-d43b5dbb7d02?ui=en-us&rs=en-us&ad=us) and managed centrally.
2212
</sup>

articles/en/SharePointOnline/addpermgroup.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ hero_height: is-small
88
date: '2024-08-01'
99
---
1010

11-
<!-- Google tag (gtag.js) -->
12-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NDDFG3RZTJ"></script>
13-
<script>
14-
window.dataLayer = window.dataLayer || [];
15-
function gtag(){dataLayer.push(arguments);}
16-
gtag('js', new Date());
17-
18-
gtag('config', 'G-NDDFG3RZTJ');
19-
</script>
20-
2111

2212

2313
# Introduction

articles/en/spo/addusersnoemail.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,17 @@ https://powershellscripts.github.io/articles/en/spo/addusersnoemail
8888
-->
8989
<script type="text/javascript">
9090
var sc_project=13093074;
91-
var sc_invisible=1;
91+
var sc_invisible=0;
9292
var sc_security="75971e4b";
93+
var scJsHost = "https://";
94+
document.write("<sc"+"ript type='text/javascript' src='" +
95+
scJsHost+
96+
"statcounter.com/counter/counter.js'></"+"script>");
9397
</script>
94-
<script type="text/javascript"
95-
src="https://www.statcounter.com/counter/counter.js"
96-
async></script>
9798
<noscript><div class="statcounter"><a title="Web Analytics"
9899
href="https://statcounter.com/" target="_blank"><img
99100
class="statcounter"
100-
src="https://c.statcounter.com/13093074/0/75971e4b/1/"
101+
src="https://c.statcounter.com/13093074/0/75971e4b/0/"
101102
alt="Web Analytics"
102103
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
103104
<!-- End of Statcounter Code -->

0 commit comments

Comments
 (0)