Skip to content

Commit

Permalink
Add placeholder _Specifying source files_.
Browse files Browse the repository at this point in the history
barnson committed Oct 26, 2023
1 parent 869a54c commit d54bc38
Showing 2 changed files with 16 additions and 5 deletions.
9 changes: 9 additions & 0 deletions src/Docusaurus/docs/tools/payloads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 85
---

# Specifying source files

:::note
To be written. To volunteer, leave a comment at [the related issue on GitHub](https://github.com/wixtoolset/issues/issues/7437).
:::
12 changes: 7 additions & 5 deletions src/xsd4/wix.xsd
Original file line number Diff line number Diff line change
@@ -5461,7 +5461,7 @@
Specifies the name of the installed file. If this attribute is omitted, then
its default value is the file name portion of the Source attribute. If the
Source attribute is omitted, you must specify a Name attribute. For more
information, see <html:a href="~/howtos/general/specifying_source_files.html">Specifying source files</html:a>.
information, see [Specifying source files](../../tools/payloads.md).
</xs:documentation>
</xs:annotation>
</xs:attribute>
@@ -5653,7 +5653,7 @@
Specifies the path to the file in the build process. Overrides default source
path set by parent directories and Name attribute. This attribute must be set
if no source information can be gathered from parent directories. For more
information, see <html:a href="~/howtos/general/specifying_source_files.html">Specifying source files</html:a>.
information, see [Specifying source files](../../tools/payloads.md).
</xs:documentation>
</xs:annotation>
</xs:attribute>
@@ -8215,7 +8215,7 @@
<xs:annotation>
<xs:documentation>
Used to set the default file system source for child Component elements. For more information, see
<html:a href="~/howtos/general/specifying_source_files.html">Specifying source files</html:a>.
[Specifying source files](../../tools/payloads.md).
</xs:documentation>
</xs:annotation>
</xs:attribute>
@@ -8503,7 +8503,8 @@
</xs:attribute>
<xs:attribute name="FileSource" type="xs:string">
<xs:annotation>
<xs:documentation>Used to set the file system source for this directory's child elements. For more information, see <html:a href="~/howtos/general/specifying_source_files.html">Specifying source files</html:a>.</xs:documentation>
<xs:documentation>Used to set the file system source for this directory's child elements.
For more information, see [Specifying source files](../../tools/payloads.md).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Name" type="xs:string">
@@ -8609,7 +8610,8 @@
</xs:attribute>
<xs:attribute name="FileSource" type="xs:string">
<xs:annotation>
<xs:documentation>Used to set the file system source for this DirectoryRef's child elements. For more information, see <html:a href="~/howtos/general/specifying_source_files.html">Specifying source files</html:a>.</xs:documentation>
<xs:documentation>Used to set the file system source for this DirectoryRef's child elements.
For more information, see [Specifying source files](../../tools/payloads.md).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax">

0 comments on commit d54bc38

Please sign in to comment.