Skip to content

Commit

Permalink
Removing unwanted flag; adding deployment button
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeasling committed Aug 20, 2021
1 parent 651eafc commit d616d19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 34 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Easily add Feature Flags to your code, and allow admins to turn toggle features on and off, at the user, profile, and org levels.

<a href="https://githubsfdeploy.herokuapp.com?owner=mkeasling&repo=sf-feature-flags&ref=main">
<img alt="Deploy to Salesforce"
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
</a>

## Introduction

Feature Flags are a way of allowing admins to easily enable/disable features, both for the org as a whole, and for individual users or profiles. This is very useful for a number of different use cases:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<label>T Opp SyncToJira</label>
<label>T Opp Example</label>
<protected>false</protected>
<values>
<field>Category__c</field>
<value xsi:type="xsd:string">Trigger</value>
</values>
<values>
<field>Code__c</field>
<value xsi:type="xsd:string">TOSTJ</value>
<value xsi:type="xsd:string">TOE</value>
</values>
<values>
<field>Description__c</field>
<value xsi:type="xsd:string">Syncs, cancels, or deletes opps, after insert, update, or delete</value>
<value xsi:type="xsd:string">Example flag for a feature living in an Opportunity Trigger</value>
</values>
<values>
<field>Enabled__c</field>
Expand Down
3 changes: 1 addition & 2 deletions manifest/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<name>ApexClass</name>
</types>
<types>
<members>Feature_Flag.T_OppTeamMember_SyncToJira</members>
<members>Feature_Flag.T_Opp_SyncToJira</members>
<members>Feature_Flag.T_Opp_Example</members>
<name>CustomMetadata</name>
</types>
<types>
Expand Down

0 comments on commit d616d19

Please sign in to comment.