Skip to content

Commit

Permalink
Moved Topics to Unmanaged directory to support 2GP packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cidarm committed Dec 20, 2024
1 parent 575165a commit 53a7390
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
12 changes: 12 additions & 0 deletions unpackaged/post/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>%%%NAMESPACE%%%GGW_Content_Block__c</members>
<members>%%%NAMESPACE%%%GGW_Grant_Application__c</members>
<members>%%%NAMESPACE%%%GGW_Grant_State__c</members>
<members>%%%NAMESPACE%%%GGW_Section__c</members>
<members>%%%NAMESPACE%%%GGW_Selected_Item__c</members>
<name>TopicsForObjects</name>
</types>
<version>61.0</version>
</Package>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<TopicsForObjects xmlns="http://soap.sforce.com/2006/04/metadata">
<enableTopics>true</enableTopics>
<entityApiName>GGW_Content_Block__c</entityApiName>
<entityApiName>%%%NAMESPACE%%%GGW_Content_Block__c</entityApiName>
</TopicsForObjects>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<TopicsForObjects xmlns="http://soap.sforce.com/2006/04/metadata">
<enableTopics>true</enableTopics>
<entityApiName>GGW_Grant_Application__c</entityApiName>
<entityApiName>%%%NAMESPACE%%%GGW_Grant_Application__c</entityApiName>
</TopicsForObjects>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<TopicsForObjects xmlns="http://soap.sforce.com/2006/04/metadata">
<enableTopics>false</enableTopics>
<entityApiName>%%%NAMESPACE%%%GGW_Grant_State__c</entityApiName>
</TopicsForObjects>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<TopicsForObjects xmlns="http://soap.sforce.com/2006/04/metadata">
<enableTopics>false</enableTopics>
<entityApiName>%%%NAMESPACE%%%GGW_Section__c</entityApiName>
</TopicsForObjects>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<TopicsForObjects xmlns="http://soap.sforce.com/2006/04/metadata">
<enableTopics>false</enableTopics>
<entityApiName>%%%NAMESPACE%%%GGW_Selected_Item__c</entityApiName>
</TopicsForObjects>

0 comments on commit 53a7390

Please sign in to comment.