Skip to content

Commit

Permalink
Add __multilineItemListFormField to the list of shared template con…
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
Cyperghost committed Apr 26, 2024
1 parent 9252f77 commit 754eba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extra/migrate-shared-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
'mediaBBCodeTag' => 'shared_bbcode_wsm',
'articleBBCodeTag' => 'shared_bbcode_wsa',
'__multiPageCondition' => 'shared_multiPageCondition',
'__multilineItemListFormField' => 'shared_multilineItemListFormField',
];
if ($argc !== 2) {
echo "ERROR: Expected a single argument to the directory that should be used to recursively replace template includes.\n";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class TemplateEngine extends SingletonFactory
'mediaBBCodeTag' => 'shared_bbcode_wsm',
'articleBBCodeTag' => 'shared_bbcode_wsa',
'__multiPageCondition' => 'shared_multiPageCondition',
'__multilineItemListFormField' => 'shared_multilineItemListFormField',
];

/**
Expand Down

0 comments on commit 754eba1

Please sign in to comment.