Skip to content

Commit

Permalink
Merge pull request #9 from SFDO-Community/orgpreferencesettings
Browse files Browse the repository at this point in the history
Update Org json files to setting format
  • Loading branch information
Nickers3 authored Jul 3, 2019
2 parents 7441062 + 0caf7c9 commit 7df13c8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 24 deletions.
10 changes: 5 additions & 5 deletions orgs/beta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"orgName": "Outbound Funds (npsp) - Beta Test Org",
"edition": "Developer",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"ChatterEnabled"
]
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
}
}
}
10 changes: 5 additions & 5 deletions orgs/dev.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"orgName": "Outbound Funds (npsp) - Dev Org",
"edition": "Developer",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"ChatterEnabled"
]
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
}
}
}
10 changes: 5 additions & 5 deletions orgs/feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"orgName": "Outbound Funds (npsp) - Feature Test Org",
"edition": "Developer",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"ChatterEnabled"
]
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
}
}
}
10 changes: 5 additions & 5 deletions orgs/release.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"orgName": "Outbound Funds (npsp) - Release Test Org",
"edition": "Enterprise",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"ChatterEnabled"
]
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"chatterEnabled": true
}
}
}
5 changes: 1 addition & 4 deletions src/package.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Outbound Funds %28npsp%29</fullName>
<apiAccessLevel>Unrestricted</apiAccessLevel>
<description>Extension package to connect Outbound Funds to the NPSP.</description>
<namespacePrefix>outfundsnpspext</namespacePrefix>
<types>
<members>GAU_Expenditure__c.GAU_Expenditure_Compact_Layout</members>
<name>CompactLayout</name>
Expand Down Expand Up @@ -38,4 +35,4 @@
<name>Layout</name>
</types>
<version>42.0</version>
</Package>
</Package>

0 comments on commit 7df13c8

Please sign in to comment.