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
Copy file name to clipboardExpand all lines: help/sources/sources-sdk/config/sourcespec.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ See the [appendix](#source-spec) for an example of a fully-populated source spec
225
225
| --- | --- | --- |
226
226
|`sourceSpec.attributes`| Contains information on the source specific to the UI or API. ||
227
227
|`sourceSpec.attributes.uiAttributes`| Displays information on the source specific to the UI. ||
228
+
|`sourceSpec.attributes.uiAttributes.isPreview`| A boolean attribute that indicates whether the source displays as a preview (not for production/general availability). | <ul><li>`true`</li><li>`false`</li></ul> |
228
229
|`sourceSpec.attributes.uiAttributes.isBeta`| A boolean attribute that indicates whether the source requires more feedback from customers to add to its functionality. | <ul><li>`true`</li><li>`false`</li></ul> |
229
230
|`sourceSpec.attributes.uiAttributes.category`| Defines the category of the source. | <ul><li>`advertising`</li><li>`crm`</li><li>`customer success`</li><li>`database`</li><li>`ecommerce`</li><li>`marketing automation`</li><li>`payments`</li><li>`protocols`</li></ul> |
230
231
|`sourceSpec.attributes.uiAttributes.icon`| Defines the icon used for the rendering of the source in the Experience Platform UI. |`mailchimp-icon.svg`|
0 commit comments