Skip to content

Commit

Permalink
#17 - Added pref for social share options
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Aug 22, 2022
1 parent 255c926 commit 720bede
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,13 @@ class cookbook_recipes_ui extends e_admin_ui
'help' => 'If enabled, users will have the option to bookmark specific recipes',
'tab' => 2,
),
'recipe_showsharing' => array(
'title' => 'Show sharing options',
'type' => 'boolean',
'data' => 'int',
'help' => 'If enabled, users will have the option to share a recipe on several (social) media.',
'tab' => 2,
),

'author_rating' => array(
'title' => 'Author rating',
Expand Down

0 comments on commit 720bede

Please sign in to comment.