You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ The supported WCM types are:
122
122
- Text Component
123
123
- Rich Text Component
124
124
- Presentation Template
125
+
- File Component (with trial option enabled)
125
126
126
127
Other Component types, Authoring Templates, and Content Items are not supported.
127
128
@@ -131,6 +132,7 @@ There are some options that can be set to control some of the behavior when down
131
132
"includeMeta": false,
132
133
"filterComponentId": true,
133
134
"pullParallel": true,
135
+
"trial":true,
134
136
"include":[
135
137
"PresentationTemplate",
136
138
"LibraryStyleSheetComponent",
@@ -141,4 +143,5 @@ There are some options that can be set to control some of the behavior when down
141
143
- includeMeta: If set to true, each component will have a corresponding <name>-md.json file containing all the metadata from WCM.
142
144
- filterComponentId: If set to true, any Component tags in the downloaded data will include the ID of the referenced Component. By default these IDs are are removed, and the "name" attribute is used to identify the referenced Component.
143
145
- pullParallel: If set to true, requests to the server for components are done in parallel wich can speed up the download of large libraries. By default components are synced sequentially.
146
+
- trial: if set any new features that have been added but not fully testes are added
144
147
- include: This is an array of item types that allows you to limit the types of items that will be included in the pushed/pull actions for this library, this list will only support types that are handled by default. It allows you to limit the types to a subset of the supported types. i.e. Some one that only works on icons could limit it to "LibraryImageComponent"
0 commit comments