UNPKG
generator-sp_assets
Version:
latest (0.0.1)
0.0.1
Yeoman generator for generating columns and contenttypes for sharepoint
generator-sp_assets
/
generators
/
column
/
templates
/
column.default.xml
12 lines
(11 loc)
•
364 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
Elements
xmlns
=
"http://schemas.microsoft.com/sharepoint/"
>
<
Field
ID
=
"{<%= id %>}"
Name
=
"<%= internalName %>"
DisplayName
=
"<%= displayName %> "
Type
=
"<%= type %>"
Required
=
"<%=: required %>"
Hidden
=
"<%=: hidden %>"
Group
=
"<%= group %>"
/>
</
Elements
>