Skip to content

Commit

Permalink
fix(UserForms): Remove 'Save & Publish' controls from UserForms 3.0+ …
Browse files Browse the repository at this point in the history
…as publish states are handled on the parent Page and trickle down.
  • Loading branch information
Jake Bentvelzen committed Jun 7, 2016
1 parent 1efe068 commit 8dfafac
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 8dfafac

Please sign in to comment.