You are here

classy_paragraphs_test.module in Classy paragraphs 7

File

tests/classy_paragraphs_test.module
View source
<?php

/**
 * @file
 * Code for the Classy paragraphs test feature.
 */
include_once 'classy_paragraphs_test.features.inc';

/**
 * Implements hook_classy_paragraphs_list_options().
 */
function classy_paragraphs_test_classy_paragraphs_list_options($options, $field, $instance) {
  $options['test-loud-value'] = t('Test Loud Label');
  $options['test-soft-value'] = t('Test Soft Label');
  return $options;
}