Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 56e418e

Browse files
ngodfraindLaurentGruber
authored andcommitted
[CoreBundle] Fixing resource actions. (#2499)
1 parent d3e5e52 commit 56e418e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

plugin/social-media/Resources/config/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ plugin:
44
resource_actions:
55
- name: like_action
66
is_form: true
7+
is_custom: true
78
- name: share_action
89
is_form: true
10+
is_custom: true
911
- name: comment_action
1012
is_form: true
13+
is_custom: true
1114
- name: note_action
1215
is_form: true
16+
is_custom: true

plugin/tag/Resources/config/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ plugin:
88
resource_actions:
99
- name: tag_action
1010
is_form: true
11-
11+
is_custom: true
12+
1213
widgets:
1314
- name: claroline_tag_resources_widget
1415
is_configurable: true
1516
is_displayable_in_workspace: true
1617
is_displayable_in_desktop: false
1718
default_width: 4
18-
default_height: 3
19+
default_height: 3

0 commit comments

Comments
 (0)