https://github.com/decipher/which_feature
https://github.com/decipher/which_feature
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decipher/which_feature
- Owner: Decipher
- Created: 2013-01-03T23:03:32.000Z (about 13 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2023-12-15T17:47:59.000Z (over 2 years ago)
- Last Synced: 2025-02-14T10:56:36.562Z (about 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
Don't remember which feature that View is exported to? Which feature? does, and
more.
The Which feature? module provides information on which feature or module an
exportable item is exported to so you can know which feature to recreate after
modifying the configuration.
Which feature? was written and is maintained by Stuart Clark (deciphered) of
Realityloop Pty Ltd.
- http://www.realityloop.com
- http://twitter.com/realityloop
Features
--------------------------------------------------------------------------------
- Supported exportables:
- Bean module: Block types.
* See for colspan issue: http://drupal.org/node/1887778
- Chaos tool suite (ctools) module Export UI based exportables, including but
not limited to:
- Configuration builder module: Configuration pages.
- Context module: Contexts.
- Custom Formatters module: Formatters.
- Delta module: Deltas.
- Panels module: Mini panels and Layouts.
- Views module: Views.
- Custom Breadcrumbs module: Custom breadcrumbs.
- Display Suite: Fields and View modes.
- Drupal core Filter module: Text formats.
- Drupal core Image module: Image styles.
- Drupal core Menu module: Menus.
- Drupal core Node module: Content types.
- Drupal core Taxonomy module: Taxonomy.
- Drupal core User module: Permissions and Roles.
- Meta tags module: Meta tags.
- Page Manager module: Pages.
- Rules module: Rules.
- Search API: Autocomplete searches, Facets, Indexes and Servers.
- Strongarm module: Variables.
- Wysiwyg module: Wysiwyg profiles.
- Wysiwyg API template plugin module: Wysiwyg templates.
Required Modules
--------------------------------------------------------------------------------
* Features - http://drupal.org/project/features
TODO
--------------------------------------------------------------------------------
- Add support for Display suite Field/Layout settings.
- Add support for Drupal core Fields.
- Add support for Drupal core Menu links.
- Add support for Field groups.
- Add API documentation.