Skip to content

Commit

Permalink
Merge pull request #136 from SilbinaryWolf/fix-userforms
Browse files Browse the repository at this point in the history
fix(UserForms): Remove 'Save & Publish' controls from UserForms 3.0
  • Loading branch information
Aaron Carlino committed Jun 30, 2016
2 parents c976950 + 8dfafac commit 92d2d60
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@ BetterButtonsGroups:
buttons:
BetterButton_Rollback: true
BetterButton_Unpublish: true

---
Only:
classexists: EditableFormField
---
EditableFormField:
better_buttons_versioned_enabled: false
---
Only:
classexists: EditableOption
---
EditableOption:
better_buttons_versioned_enabled: false

0 comments on commit 92d2d60

Please sign in to comment.