Skip to content

Commit 360d13f

Browse files
brianteemanQuyTon
andauthored
[6.0] Module Tag Field (#45752)
* [6.0] Module Tag Field Adds search to the available options * Update ModuletagField.php alpha --------- Co-authored-by: Quy Ton <[email protected]>
1 parent d9f7e8b commit 360d13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Form/Field/ModuletagField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ModuletagField extends ListField
4040
protected function getOptions()
4141
{
4242
$options = parent::getOptions();
43-
$tags = ['address', 'article', 'aside', 'details', 'div', 'footer', 'header', 'main', 'nav', 'section', 'summary'];
43+
$tags = ['address', 'article', 'aside', 'details', 'div', 'footer', 'header', 'main', 'nav', 'search', 'section', 'summary'];
4444

4545
// Create one new option object for each tag
4646
foreach ($tags as $tag) {

0 commit comments

Comments
 (0)