Closed (fixed)
Project:
Strongarm
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jan 2012 at 21:16 UTC
Updated:
29 Aug 2012 at 17:51 UTC
I want to export my Drupal core search settings via features, specifically these variables:
* search_active_modules
* search_cron_limit
* search_default_module
Neither of these variables is offered for download though in feature's strongarm dropdown list.
Comments
Comment #1
bblake commentedComment #2
bblake commentedOne thing I've noticed is that if you have never saved the '/admin/config/search/settings' page, then those variables do not exist in the variable table ( and thus are not available to strongarm ).
However, after that page has been saved and those variables show up in the variable table, they are available to strongarm. I've verified that in the current release, those variables are exportable through features. Please verify that this is now working for you.
Comment #3
bblake commented