Closed (fixed)
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 19:59 UTC
Updated:
26 Jun 2015 at 22:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hefox commented#1153028: menu_links_features_export_options() dies with too many items. just added a settings tab where such functionality has been added.
Comment #2
Angry Dan commentedThis is different - looking at the settings tab I can include or exclude all variables, but not specific items.
Looking at the OP it seems to me that we should be able to expand all categories in the list (not just menu) and hide components?
Comment #3
lpalgarvio commentedwe need a way of hiding items that we dont want / arent safe to export
Comment #4
frankcarey commentedI just created a module for this, but it requires a simple patch for features to drupal_alter() the options. I'll update this ticket when I get the module posted up, but here is the patch for right now.
Comment #5
frankcarey commentedAnd here is the module https://www.drupal.org/project/features_banish , feedback very welcome :)
Comment #6
frankcarey commentedComment #8
frankcarey commentedFixed paths in patch.
Comment #9
frankcarey commentedAlso, added a documentation page for listing features that should never be exported here https://www.drupal.org/node/2400531
Comment #10
frankcarey commentedComment #11
jonhattanThat's a great addition.
Comment #13
mpotter commentedCommitted this to a257eef. Feel free to open another issue and propose a patch for Features to exclude obvious stuff from core if you feel it should be part of Features itself rather than features_banish.
Comment #14
frankcarey commentedThanks mpotter :) Here is a ticket discussing how features_banish might make sense to be in core features: https://www.drupal.org/node/2505463