You are here

function custom_breadcrumbs_panels_features_export_options in Custom Breadcrumbs Features 7.2

Implements hook_features_export_options(). [component hook]

File

includes/custom_breadcrumbs_features.features.inc, line 73
Code to provide custom_breadcrumbs with features integration.

Code

function custom_breadcrumbs_panels_features_export_options() {
  return custom_breadcrumbs_features_generic_export_options('custom_breadcrumbs_panels');
}