-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdandelion_features.info
621 lines (621 loc) · 29.8 KB
/
dandelion_features.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
name = dandelion_features
core = 7.x
package = Features
dependencies[] = admin_menu
dependencies[] = better_formats
dependencies[] = block
dependencies[] = book
dependencies[] = boost
dependencies[] = breakpoints
dependencies[] = ckeditor
dependencies[] = ckeditor_link
dependencies[] = comment
dependencies[] = content_access
dependencies[] = ctools
dependencies[] = dandelion
dependencies[] = diff
dependencies[] = fe_block
dependencies[] = features
dependencies[] = file_entity
dependencies[] = filter
dependencies[] = footer_message
dependencies[] = footnotes
dependencies[] = honeypot
dependencies[] = ife
dependencies[] = image
dependencies[] = locale
dependencies[] = media
dependencies[] = media_wysiwyg
dependencies[] = menu
dependencies[] = menu_attributes
dependencies[] = metatag
dependencies[] = node
dependencies[] = page_manager
dependencies[] = panels
dependencies[] = path
dependencies[] = pathauto
dependencies[] = pathologic
dependencies[] = picture
dependencies[] = redirect
dependencies[] = responsive_menus
dependencies[] = security_review
dependencies[] = strongarm
dependencies[] = system
dependencies[] = text
dependencies[] = user
dependencies[] = views
dependencies[] = wysiwyg_filter
dependencies[] = xmlsitemap
features[ckeditor_profile][] = Comment
features[ckeditor_profile][] = Page
features[ctools][] = file_entity:file_default_displays:1
features[ctools][] = file_entity:file_type:1
features[ctools][] = page_manager:pages_default:1
features[ctools][] = picture:default_picture_mapping:2
features[ctools][] = strongarm:strongarm:1
features[fe_block_settings][] = book-navigation
features[fe_block_settings][] = boost-status
features[fe_block_settings][] = comment-recent
features[fe_block_settings][] = dandelion-notes_admin
features[fe_block_settings][] = dandelion-notes_menu
features[fe_block_settings][] = diff-inline
features[fe_block_settings][] = footer_message-footer_message
features[fe_block_settings][] = locale-language
features[fe_block_settings][] = menu-devel
features[fe_block_settings][] = menu-features
features[fe_block_settings][] = menu-menu-footer-menu
features[fe_block_settings][] = menu-menu-front-menu
features[fe_block_settings][] = node-recent
features[fe_block_settings][] = node-syndicate
features[fe_block_settings][] = system-help
features[fe_block_settings][] = system-main
features[fe_block_settings][] = system-main-menu
features[fe_block_settings][] = system-management
features[fe_block_settings][] = system-navigation
features[fe_block_settings][] = system-powered-by
features[fe_block_settings][] = system-user-menu
features[fe_block_settings][] = user-login
features[fe_block_settings][] = user-new
features[fe_block_settings][] = user-online
features[features_api][] = api:2
features[field_base][] = body
features[field_base][] = comment_body
features[field_base][] = field_file_image_alt_text
features[field_base][] = field_file_image_title_text
features[field_instance][] = comment-comment_node_admin_help_page-comment_body
features[field_instance][] = comment-comment_node_book-comment_body
features[field_instance][] = comment-comment_node_page-comment_body
features[field_instance][] = file-image-field_file_image_alt_text
features[field_instance][] = file-image-field_file_image_title_text
features[field_instance][] = node-admin_help_page-body
features[field_instance][] = node-book-body
features[field_instance][] = node-page-body
features[file_display][] = image__default__file_field_file_download_link
features[file_display][] = image__default__file_field_file_table
features[file_display][] = image__default__file_field_file_url_plain
features[file_display][] = image__default__file_field_media_large_icon
features[file_display][] = image__default__file_field_picture
features[file_display][] = image__default__file_field_picture_sizes_formatter
features[file_display][] = image__full__file_field_file_default
features[file_display][] = image__full__file_field_file_download_link
features[file_display][] = image__full__file_field_file_table
features[file_display][] = image__full__file_field_file_url_plain
features[file_display][] = image__full__file_field_image
features[file_display][] = image__full__file_field_media_large_icon
features[file_display][] = image__full__file_field_picture
features[file_display][] = image__full__file_field_picture_sizes_formatter
features[filter][] = comment
features[filter][] = page
features[filter][] = plain_text
features[menu_custom][] = menu-footer-menu
features[menu_custom][] = menu-front-menu
features[menu_links][] = menu-footer-menu_code-on-github:https://github.com/liquidfridge
features[metatag][] = global
features[metatag][] = node
features[node][] = admin_help_page
features[node][] = book
features[node][] = page
features[page_manager_handlers][] = node_view__panel_context_0ff17fda-fda4-4a2d-b725-55e49f94fc60
features[page_manager_handlers][] = node_view__panel_context_de1fb681-760f-4e1b-8d23-2e6f5eb8385e
features[page_manager_handlers][] = node_view__panel_context_e6f146c9-aeb3-415e-8b90-cd5724b0d977
features[picture_mapping][] = dandelion_page_body
features[user_permission][] = access administration menu
features[user_permission][] = access administration pages
features[user_permission][] = access all views
features[user_permission][] = access ckeditor link
features[user_permission][] = access comments
features[user_permission][] = access content
features[user_permission][] = access content overview
features[user_permission][] = access media browser
features[user_permission][] = access printer-friendly version
features[user_permission][] = access security review list
features[user_permission][] = access site in maintenance mode
features[user_permission][] = access site reports
features[user_permission][] = access user profiles
features[user_permission][] = add content to books
features[user_permission][] = administer actions
features[user_permission][] = administer advanced pane settings
features[user_permission][] = administer blocks
features[user_permission][] = administer book outlines
features[user_permission][] = administer breakpoints
features[user_permission][] = administer ckeditor
features[user_permission][] = administer ckeditor link
features[user_permission][] = administer comments
features[user_permission][] = administer content types
features[user_permission][] = administer dandelion
features[user_permission][] = administer features
features[user_permission][] = administer file types
features[user_permission][] = administer files
features[user_permission][] = administer filters
features[user_permission][] = administer honeypot
features[user_permission][] = administer image styles
features[user_permission][] = administer inline form errors
features[user_permission][] = administer languages
features[user_permission][] = administer media browser
features[user_permission][] = administer menu
features[user_permission][] = administer menu attributes
features[user_permission][] = administer meta tags
features[user_permission][] = administer modules
features[user_permission][] = administer nodes
features[user_permission][] = administer page manager
features[user_permission][] = administer pane access
features[user_permission][] = administer panels layouts
features[user_permission][] = administer panels styles
features[user_permission][] = administer pathauto
features[user_permission][] = administer permissions
features[user_permission][] = administer pictures
features[user_permission][] = administer redirects
features[user_permission][] = administer responsive menus
features[user_permission][] = administer site configuration
features[user_permission][] = administer software updates
features[user_permission][] = administer themes
features[user_permission][] = administer url aliases
features[user_permission][] = administer users
features[user_permission][] = administer views
features[user_permission][] = administer xmlsitemap
features[user_permission][] = block IP addresses
features[user_permission][] = boost flush pages
features[user_permission][] = bypass file access
features[user_permission][] = bypass honeypot protection
features[user_permission][] = bypass node access
features[user_permission][] = cancel account
features[user_permission][] = change layouts in place editing
features[user_permission][] = change own username
features[user_permission][] = create admin_help_page content
features[user_permission][] = create book content
features[user_permission][] = create files
features[user_permission][] = create new books
features[user_permission][] = create page content
features[user_permission][] = create url aliases
features[user_permission][] = customize ckeditor
features[user_permission][] = delete any admin_help_page content
features[user_permission][] = delete any audio files
features[user_permission][] = delete any book content
features[user_permission][] = delete any document files
features[user_permission][] = delete any image files
features[user_permission][] = delete any page content
features[user_permission][] = delete any video files
features[user_permission][] = delete own admin_help_page content
features[user_permission][] = delete own audio files
features[user_permission][] = delete own book content
features[user_permission][] = delete own document files
features[user_permission][] = delete own image files
features[user_permission][] = delete own page content
features[user_permission][] = delete own video files
features[user_permission][] = delete revisions
features[user_permission][] = display drupal links
features[user_permission][] = download any audio files
features[user_permission][] = download any document files
features[user_permission][] = download any image files
features[user_permission][] = download any video files
features[user_permission][] = download own audio files
features[user_permission][] = download own document files
features[user_permission][] = download own image files
features[user_permission][] = download own video files
features[user_permission][] = edit any admin_help_page content
features[user_permission][] = edit any audio files
features[user_permission][] = edit any book content
features[user_permission][] = edit any document files
features[user_permission][] = edit any image files
features[user_permission][] = edit any page content
features[user_permission][] = edit any video files
features[user_permission][] = edit meta tags
features[user_permission][] = edit own admin_help_page content
features[user_permission][] = edit own audio files
features[user_permission][] = edit own book content
features[user_permission][] = edit own comments
features[user_permission][] = edit own document files
features[user_permission][] = edit own image files
features[user_permission][] = edit own page content
features[user_permission][] = edit own video files
features[user_permission][] = flush caches
features[user_permission][] = generate features
features[user_permission][] = grant content access
features[user_permission][] = grant own content access
features[user_permission][] = manage features
features[user_permission][] = notify of path changes
features[user_permission][] = post comments
features[user_permission][] = rename features
features[user_permission][] = revert revisions
features[user_permission][] = run security checks
features[user_permission][] = select account cancellation method
features[user_permission][] = show format selection for comment
features[user_permission][] = show format selection for file
features[user_permission][] = show format selection for node
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][] = skip comment approval
features[user_permission][] = translate interface
features[user_permission][] = use ctools import
features[user_permission][] = use ipe with page manager
features[user_permission][] = use media wysiwyg
features[user_permission][] = use page manager
features[user_permission][] = use panels caching features
features[user_permission][] = use panels dashboard
features[user_permission][] = use panels in place editing
features[user_permission][] = use panels locks
features[user_permission][] = use text format comment
features[user_permission][] = use text format page
features[user_permission][] = view files
features[user_permission][] = view own files
features[user_permission][] = view own private files
features[user_permission][] = view own unpublished content
features[user_permission][] = view pane admin links
features[user_permission][] = view private files
features[user_permission][] = view revisions
features[user_permission][] = view the administration theme
features[user_role][] = administrator
features[user_role][] = working group
features[variable][] = admin_theme
features[variable][] = anonymous
features[variable][] = array_filter
features[variable][] = better_formats_per_field_core
features[variable][] = block_cache
features[variable][] = book_allowed_types
features[variable][] = book_child_type
features[variable][] = boost_add_default_charset
features[variable][] = boost_apache_etag
features[variable][] = boost_apache_xheader
features[variable][] = boost_cacheability_option
features[variable][] = boost_cacheability_pages
features[variable][] = boost_charset_type
features[variable][] = boost_comment_end_application/rss
features[variable][] = boost_comment_end_application/rss+xml
features[variable][] = boost_comment_end_application/xml
features[variable][] = boost_comment_end_text/html
features[variable][] = boost_comment_end_text/javascript
features[variable][] = boost_comment_end_text/xml
features[variable][] = boost_comment_start_application/rss
features[variable][] = boost_comment_start_application/rss+xml
features[variable][] = boost_comment_start_application/xml
features[variable][] = boost_comment_start_text/html
features[variable][] = boost_comment_start_text/javascript
features[variable][] = boost_comment_start_text/xml
features[variable][] = boost_crawl_on_cron
features[variable][] = boost_crawl_queue_seconds
features[variable][] = boost_enabled_application/rss
features[variable][] = boost_enabled_application/rss+xml
features[variable][] = boost_enabled_application/xml
features[variable][] = boost_enabled_text/html
features[variable][] = boost_enabled_text/javascript
features[variable][] = boost_enabled_text/xml
features[variable][] = boost_expire_cron
features[variable][] = boost_extension_application/rss
features[variable][] = boost_extension_application/rss+xml
features[variable][] = boost_extension_application/xml
features[variable][] = boost_extension_text/html
features[variable][] = boost_extension_text/javascript
features[variable][] = boost_extension_text/xml
features[variable][] = boost_gzip_application/rss
features[variable][] = boost_gzip_application/rss+xml
features[variable][] = boost_gzip_application/xml
features[variable][] = boost_gzip_text/html
features[variable][] = boost_gzip_text/javascript
features[variable][] = boost_gzip_text/xml
features[variable][] = boost_ignore_flush
features[variable][] = boost_lifetime_max_application/rss
features[variable][] = boost_lifetime_max_application/rss+xml
features[variable][] = boost_lifetime_max_application/xml
features[variable][] = boost_lifetime_max_text/html
features[variable][] = boost_lifetime_max_text/javascript
features[variable][] = boost_lifetime_max_text/xml
features[variable][] = boost_lifetime_min_application/rss
features[variable][] = boost_lifetime_min_application/rss+xml
features[variable][] = boost_lifetime_min_application/xml
features[variable][] = boost_lifetime_min_text/html
features[variable][] = boost_lifetime_min_text/javascript
features[variable][] = boost_lifetime_min_text/xml
features[variable][] = boost_match_symlinks_options
features[variable][] = boost_ssl_bypass
features[variable][] = breakpoints_hide_overridden_breakpoints
features[variable][] = breakpoints_multipliers
features[variable][] = clean_url
features[variable][] = comment_admin_help_page
features[variable][] = comment_anonymous_admin_help_page
features[variable][] = comment_anonymous_book
features[variable][] = comment_anonymous_page
features[variable][] = comment_book
features[variable][] = comment_default_mode_admin_help_page
features[variable][] = comment_default_mode_book
features[variable][] = comment_default_mode_page
features[variable][] = comment_default_per_page_admin_help_page
features[variable][] = comment_default_per_page_book
features[variable][] = comment_default_per_page_page
features[variable][] = comment_form_location_admin_help_page
features[variable][] = comment_form_location_book
features[variable][] = comment_form_location_page
features[variable][] = comment_page
features[variable][] = comment_preview_admin_help_page
features[variable][] = comment_preview_book
features[variable][] = comment_preview_page
features[variable][] = comment_subject_field_admin_help_page
features[variable][] = comment_subject_field_book
features[variable][] = comment_subject_field_page
features[variable][] = configurable_timezones
features[variable][] = content_access_admin_help_page
features[variable][] = dandelion_front_page_body
features[variable][] = dandelion_front_page_footer
features[variable][] = dandelion_front_page_title
features[variable][] = date_default_timezone
features[variable][] = date_first_day
features[variable][] = date_format_long
features[variable][] = date_format_medium
features[variable][] = date_format_short
features[variable][] = default_nodes_main
features[variable][] = diff_enable_revisions_page_node_book
features[variable][] = diff_enable_revisions_page_node_page
features[variable][] = diff_show_preview_changes_node_book
features[variable][] = diff_show_preview_changes_node_page
features[variable][] = diff_view_mode_preview_node_book
features[variable][] = diff_view_mode_preview_node_page
features[variable][] = emaillog_debug_info
features[variable][] = emaillog_legacy_subject
features[variable][] = emaillog_max_consecutive_timespan
features[variable][] = emaillog_max_similar_emails
features[variable][] = emaillog_max_similarity_level
features[variable][] = empty_timezone_message
features[variable][] = expire_comment_actions
features[variable][] = expire_comment_actions_book
features[variable][] = expire_comment_actions_page
features[variable][] = expire_comment_comment_page
features[variable][] = expire_comment_comment_page_book
features[variable][] = expire_comment_comment_page_page
features[variable][] = expire_comment_custom
features[variable][] = expire_comment_custom_book
features[variable][] = expire_comment_custom_page
features[variable][] = expire_comment_custom_pages
features[variable][] = expire_comment_custom_pages_book
features[variable][] = expire_comment_custom_pages_page
features[variable][] = expire_comment_front_page
features[variable][] = expire_comment_front_page_book
features[variable][] = expire_comment_front_page_page
features[variable][] = expire_comment_node_page
features[variable][] = expire_comment_node_page_book
features[variable][] = expire_comment_node_page_page
features[variable][] = expire_comment_override_defaults_book
features[variable][] = expire_comment_override_defaults_page
features[variable][] = expire_debug
features[variable][] = expire_file_actions
features[variable][] = expire_file_custom
features[variable][] = expire_file_custom_pages
features[variable][] = expire_file_file
features[variable][] = expire_file_front_page
features[variable][] = expire_include_base_url
features[variable][] = expire_menu_link_actions
features[variable][] = expire_menu_link_override_menus
features[variable][] = expire_node_actions
features[variable][] = expire_node_actions_book
features[variable][] = expire_node_actions_page
features[variable][] = expire_node_custom
features[variable][] = expire_node_custom_book
features[variable][] = expire_node_custom_page
features[variable][] = expire_node_custom_pages
features[variable][] = expire_node_custom_pages_book
features[variable][] = expire_node_custom_pages_page
features[variable][] = expire_node_front_page
features[variable][] = expire_node_front_page_book
features[variable][] = expire_node_front_page_page
features[variable][] = expire_node_node_page
features[variable][] = expire_node_node_page_book
features[variable][] = expire_node_node_page_page
features[variable][] = expire_node_override_defaults_book
features[variable][] = expire_node_override_defaults_page
features[variable][] = expire_status
features[variable][] = expire_user_actions
features[variable][] = expire_user_custom
features[variable][] = expire_user_custom_pages
features[variable][] = expire_user_front_page
features[variable][] = expire_user_user_page
features[variable][] = field_bundle_settings_file__image
features[variable][] = field_bundle_settings_node__book
features[variable][] = file_default_scheme
features[variable][] = file_entity_alt
features[variable][] = file_entity_default_allowed_extensions
features[variable][] = file_entity_file_upload_wizard_skip_fields
features[variable][] = file_entity_file_upload_wizard_skip_file_type
features[variable][] = file_entity_file_upload_wizard_skip_scheme
features[variable][] = file_entity_max_filesize
features[variable][] = file_entity_title
features[variable][] = file_private_path
features[variable][] = file_public_path
features[variable][] = file_temporary_path
features[variable][] = filter_fallback_format
features[variable][] = footer_message_msg
features[variable][] = honeypot_element_name
features[variable][] = honeypot_form_book_node_form
features[variable][] = honeypot_form_comment_node_book_form
features[variable][] = honeypot_form_comment_node_page_form
features[variable][] = honeypot_form_page_node_form
features[variable][] = honeypot_form_user_pass
features[variable][] = honeypot_form_user_register_form
features[variable][] = honeypot_log
features[variable][] = honeypot_protect_all_forms
features[variable][] = honeypot_time_limit
features[variable][] = icon_api_apache_suppress_warning
features[variable][] = icon_api_view_path_alias
features[variable][] = image_jpeg_quality
features[variable][] = image_toolkit
features[variable][] = install_profile
features[variable][] = language_content_type_admin_help_page
features[variable][] = language_content_type_book
features[variable][] = language_content_type_page
features[variable][] = language_negotiation_language
features[variable][] = language_negotiation_language_content
features[variable][] = language_negotiation_language_url
features[variable][] = language_types
features[variable][] = login_redirect_parameter_name
features[variable][] = login_redirect_status
features[variable][] = login_security_activity_threshold
features[variable][] = login_security_disable_core_login_error
features[variable][] = login_security_host_hard_banned
features[variable][] = login_security_host_soft_banned
features[variable][] = login_security_host_wrong_count
features[variable][] = login_security_host_wrong_count_hard
features[variable][] = login_security_last_access_timestamp
features[variable][] = login_security_last_login_timestamp
features[variable][] = login_security_login_activity_email_body
features[variable][] = login_security_login_activity_email_subject
features[variable][] = login_security_login_activity_email_user
features[variable][] = login_security_notice_attempts_available
features[variable][] = login_security_notice_attempts_message
features[variable][] = login_security_threshold_notified
features[variable][] = login_security_track_time
features[variable][] = login_security_user_blocked
features[variable][] = login_security_user_blocked_email_body
features[variable][] = login_security_user_blocked_email_subject
features[variable][] = login_security_user_blocked_email_user
features[variable][] = login_security_user_wrong_count
features[variable][] = maintenance_mode_message
features[variable][] = media_icon_base_directory
features[variable][] = media_wysiwyg_default_render
features[variable][] = menu_attributes_accesskey_default
features[variable][] = menu_attributes_accesskey_enable
features[variable][] = menu_attributes_class_default
features[variable][] = menu_attributes_class_enable
features[variable][] = menu_attributes_id_default
features[variable][] = menu_attributes_id_enable
features[variable][] = menu_attributes_name_default
features[variable][] = menu_attributes_name_enable
features[variable][] = menu_attributes_rel_default
features[variable][] = menu_attributes_rel_enable
features[variable][] = menu_attributes_style_default
features[variable][] = menu_attributes_style_enable
features[variable][] = menu_attributes_target_default
features[variable][] = menu_attributes_target_enable
features[variable][] = menu_attributes_title_default
features[variable][] = menu_attributes_title_enable
features[variable][] = menu_expanded
features[variable][] = menu_main_links_source
features[variable][] = menu_options_admin_help_page
features[variable][] = menu_options_book
features[variable][] = menu_options_page
features[variable][] = menu_parent_admin_help_page
features[variable][] = menu_parent_book
features[variable][] = menu_parent_page
features[variable][] = menu_secondary_links_source
features[variable][] = metatag_enable_comment
features[variable][] = metatag_enable_node
features[variable][] = metatag_enable_node__book
features[variable][] = metatag_enable_node__page
features[variable][] = metatag_enable_taxonomy_term
features[variable][] = metatag_enable_user
features[variable][] = metatag_enable_user__user
features[variable][] = metatag_has_revision_id
features[variable][] = metatag_schema_installed
features[variable][] = node_admin_theme
features[variable][] = node_options_admin_help_page
features[variable][] = node_options_book
features[variable][] = node_options_page
features[variable][] = node_preview_admin_help_page
features[variable][] = node_preview_book
features[variable][] = node_preview_page
features[variable][] = node_submitted_admin_help_page
features[variable][] = node_submitted_book
features[variable][] = node_submitted_page
features[variable][] = page_compression
features[variable][] = page_manager_node_view_disabled
features[variable][] = parameter_name
features[variable][] = path_alias_whitelist
features[variable][] = pathauto_blog_pattern
features[variable][] = pathauto_file_pattern
features[variable][] = pathauto_forum_pattern
features[variable][] = pathauto_node_admin_help_page_pattern
features[variable][] = pathauto_node_book_pattern
features[variable][] = pathauto_node_page_pattern
features[variable][] = pathauto_node_pattern
features[variable][] = pathauto_punctuation_hyphen
features[variable][] = pathauto_taxonomy_term_pattern
features[variable][] = pathauto_user_pattern
features[variable][] = picture_ckeditor_label
features[variable][] = picture_ckeditor_mappings
features[variable][] = picture_fallback_method
features[variable][] = picture_img_sizes_output_method
features[variable][] = picture_js_scope
features[variable][] = picture_polyfill_version
features[variable][] = save_continue_page
features[variable][] = site_403
features[variable][] = site_404
features[variable][] = site_default_country
features[variable][] = site_frontpage
features[variable][] = site_name
features[variable][] = site_slogan
features[variable][] = theme_adminimal_settings
features[variable][] = theme_context_blacklist_hyperion
features[variable][] = theme_context_blacklist_phoebe
features[variable][] = theme_context_enable
features[variable][] = theme_context_enable_hyperion
features[variable][] = theme_context_enable_phoebe
features[variable][] = theme_context_whitelist_hyperion
features[variable][] = theme_context_whitelist_phoebe
features[variable][] = theme_default
features[variable][] = theme_seven_settings
features[variable][] = transliteration_file_lowercase
features[variable][] = transliteration_file_uploads
features[variable][] = transliteration_file_uploads_display_name
features[variable][] = user_admin_role
features[variable][] = user_cancel_method
features[variable][] = user_default_timezone
features[variable][] = user_email_verification
features[variable][] = user_mail_cancel_confirm_body
features[variable][] = user_mail_cancel_confirm_subject
features[variable][] = user_mail_password_reset_body
features[variable][] = user_mail_password_reset_subject
features[variable][] = user_mail_register_admin_created_body
features[variable][] = user_mail_register_admin_created_subject
features[variable][] = user_mail_register_no_approval_required_body
features[variable][] = user_mail_register_no_approval_required_subject
features[variable][] = user_mail_register_pending_approval_body
features[variable][] = user_mail_register_pending_approval_subject
features[variable][] = user_mail_status_activated_body
features[variable][] = user_mail_status_activated_notify
features[variable][] = user_mail_status_activated_subject
features[variable][] = user_mail_status_blocked_body
features[variable][] = user_mail_status_blocked_notify
features[variable][] = user_mail_status_blocked_subject
features[variable][] = user_mail_status_canceled_body
features[variable][] = user_mail_status_canceled_notify
features[variable][] = user_mail_status_canceled_subject
features[variable][] = user_picture_default
features[variable][] = user_picture_dimensions
features[variable][] = user_picture_file_size
features[variable][] = user_picture_guidelines
features[variable][] = user_picture_path
features[variable][] = user_picture_style
features[variable][] = user_pictures
features[variable][] = user_register
features[variable][] = user_signatures
features[variable][] = xmlsitemap_batch_limit
features[variable][] = xmlsitemap_chunk_size
features[variable][] = xmlsitemap_developer_mode
features[variable][] = xmlsitemap_disable_cron_regeneration
features[variable][] = xmlsitemap_frontpage_changefreq
features[variable][] = xmlsitemap_frontpage_priority
features[variable][] = xmlsitemap_lastmod_format
features[variable][] = xmlsitemap_minimum_lifetime
features[variable][] = xmlsitemap_output_elements
features[variable][] = xmlsitemap_path
features[variable][] = xmlsitemap_prefetch_aliases
features[variable][] = xmlsitemap_settings_node_book
features[variable][] = xmlsitemap_settings_node_page
features[variable][] = xmlsitemap_xsl