Commit 7a09f62f997c15eebf7013cfff5ae6dc25f8fb59
1 parent
b48e9a14
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Enables all plugins used for Participa.br
Showing
1 changed file
with
32 additions
and
0 deletions
Show diff stats
| @@ -0,0 +1,32 @@ | @@ -0,0 +1,32 @@ | ||
| 1 | +./script/noosfero-plugins disableall | ||
| 2 | +./script/noosfero-plugins enable breadcrumbs | ||
| 3 | +./script/noosfero-plugins enable comment_paragraph | ||
| 4 | +./script/noosfero-plugins enable container_block | ||
| 5 | +./script/noosfero-plugins enable dspace | ||
| 6 | +./script/noosfero-plugins enable oauth_client | ||
| 7 | +./script/noosfero-plugins enable piwik | ||
| 8 | +./script/noosfero-plugins enable relevant_content | ||
| 9 | +./script/noosfero-plugins enable sub_organizations | ||
| 10 | +./script/noosfero-plugins enable ckeditor_content | ||
| 11 | +./script/noosfero-plugins enable community_block | ||
| 12 | +./script/noosfero-plugins enable context_content | ||
| 13 | +./script/noosfero-plugins enable email_article | ||
| 14 | +./script/noosfero-plugins enable oauth_provider | ||
| 15 | +./script/noosfero-plugins enable proposals_discussion | ||
| 16 | +./script/noosfero-plugins enable require_auth_to_comment | ||
| 17 | +./script/noosfero-plugins enable video | ||
| 18 | +./script/noosfero-plugins enable comment_classification | ||
| 19 | +./script/noosfero-plugins enable community_hub | ||
| 20 | +./script/noosfero-plugins enable custom_forms | ||
| 21 | +./script/noosfero-plugins enable import_data | ||
| 22 | +./script/noosfero-plugins enable pairwise | ||
| 23 | +./script/noosfero-plugins enable site_tour | ||
| 24 | +./script/noosfero-plugins enable vote | ||
| 25 | +./script/noosfero-plugins enable comment_group | ||
| 26 | +./script/noosfero-plugins enable community_track | ||
| 27 | +./script/noosfero-plugins enable display_content | ||
| 28 | +./script/noosfero-plugins enable mark_comment_as_read | ||
| 29 | +./script/noosfero-plugins enable pg_search | ||
| 30 | +./script/noosfero-plugins enable recent_content | ||
| 31 | +./script/noosfero-plugins enable statistics | ||
| 32 | +./script/noosfero-plugins enable work_assignment |