Skip to content

Commit

Permalink
INTERIM-140 Added token replacement capability to suitcase_interim_bl…
Browse files Browse the repository at this point in the history
…ock text format
  • Loading branch information
angelamnr committed Oct 16, 2017
1 parent 4b901e2 commit 77ff0e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ function suitcase_interim_config_form_submit($form, &$form_state) {
$suitcase_interim_block_format = array(
'format' => 'suitcase_interim_block',
'name' => 'Suitcase Interim Block',
'filters' => array(
'filter_tokens' => array(
'weight' => 0,
'status' => 1,
),
),
);
$suitcase_interim_block_format = (object) $suitcase_interim_block_format;
filter_format_save($suitcase_interim_block_format);
Expand Down

0 comments on commit 77ff0e1

Please sign in to comment.