-
Notifications
You must be signed in to change notification settings - Fork 1
/
ideograph_wysiwyg_feature.info
39 lines (39 loc) · 1.66 KB
/
ideograph_wysiwyg_feature.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = "Ideograph wysiwyg feature"
description = "A feature for text formats and wysiwyg configurations"
core = "7.x"
package = "Ideograph"
php = "5.2.4"
version = "7.x-1.06"
project = "ideograph_wysiwyg_feature"
dependencies[] = "better_formats"
dependencies[] = "features"
dependencies[] = "image_resize_filter"
dependencies[] = "pathologic"
dependencies[] = "strongarm"
dependencies[] = "wysiwyg"
dependencies[] = "wysiwyg_fields"
dependencies[] = "wysiwyg_filter"
features[ctools][] = "strongarm:strongarm:1"
features[filter][] = "advanced_text_editor"
features[filter][] = "text_editor"
features[user_permission][] = "administer filters"
features[user_permission][] = "show format selection for comment"
features[user_permission][] = "show format selection for node"
features[user_permission][] = "show format selection for taxonomy_term"
features[user_permission][] = "show format selection for user"
features[user_permission][] = "show format tips"
features[user_permission][] = "show more format tips link"
features[user_permission][] = "use text format advanced_text_editor"
features[user_permission][] = "use text format full_html"
features[user_permission][] = "use text format text_editor"
features[variable][] = "better_formats_per_field_core"
features[variable][] = "imce_profiles"
features[variable][] = "imce_roles_profiles"
features[variable][] = "imce_settings_absurls"
features[variable][] = "imce_settings_disable_private"
features[variable][] = "imce_settings_replace"
features[variable][] = "imce_settings_textarea"
features[variable][] = "imce_settings_thumb_method"
features[wysiwyg][] = "advanced_text_editor"
features[wysiwyg][] = "text_editor"
recommends[] = "ideograph_util"