diff --git a/packages/plugins/multi-app-share-collection/src/client/index.tsx b/packages/plugins/multi-app-share-collection/src/client/index.tsx index efa4c2d69..5eb14892c 100644 --- a/packages/plugins/multi-app-share-collection/src/client/index.tsx +++ b/packages/plugins/multi-app-share-collection/src/client/index.tsx @@ -34,6 +34,13 @@ collectionTemplates.general.configurableProperties.syncToApps = { 'x-component': AppSelect, }; +collectionTemplates.tree.configurableProperties.syncToApps = { + type: 'string', + title: '{{ t("Sync to apps") }}', + 'x-decorator': 'FormItem', + 'x-component': AppSelect, +}; + export default (props) => { return <>{props.children}; };