Skip to content

Commit da28743

Browse files
fix review comments set 2
1 parent e8b5fb6 commit da28743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schema/module-element-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following sections describe attributes, child elements, and parent elements.
4848
|**Path** <br/> | Optional **Text**. Specifies the physical path to the file set relative to %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\SiteTemplates\ \_Site\_Definition_.<br/><br/>Can only contain the following characters: <br/> alphanumeric <br/> hyphen (**-**) <br/> underscore (**\_**) <br/> period (**.**) <br/> space ( ) <br/> |
4949
|**RootWebOnly** <br/> |Optional **Boolean**. **TRUE** if the files specified in the module are installed only in the top-level website of the site collection. <br/> |
5050
|**SetupPath** <br/> | Optional **Text**. Specifies the physical path to a folder in the SharePoint Foundation setup directory %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE) that contains a file to include in the module.<br/><br/>Can only contain the following characters: <br/> alphanumeric <br/> hyphen (**-**) <br/> underscore (**\_**) <br/> period (**.**) <br/> space ( ) <br/> |
51-
|**Url** <br/> | Optional **Text**. Specifies the virtual path of the folder in which to place the files when a site is instantiated. If **Path** is not specified, the value of **Url** is used for the physical path. Use the **Url** attribute to provision a folder through the site definition.<br/><br/>The **Url** attribute cannot contain the following characters: <br/> \" <br/> # <br/> % <br/> &amp; <br/> \* <br/> : <br/> \< <br/> \> <br/> ? <br/> \\ <br/> { <br/> } <br/> | <br/> ~ <br/> \x7f <br/> |
51+
|**Url** <br/> | Optional **Text**. Specifies the virtual path of the folder in which to place the files when a site is instantiated. If **Path** is not specified, the value of **Url** is used for the physical path. Use the **Url** attribute to provision a folder through the site definition.<br/><br/>The **Url** attribute cannot contain the following characters: <br/> \" <br/> # <br/> % <br/> &amp; <br/> \* <br/> : <br/> \< <br/> \> <br/> ? <br/> \\ <br/> { <br/> } <br/> \| <br/> ~ <br/> \x7f <br/> |
5252

5353
### Child elements
5454

0 commit comments

Comments
 (0)