Sync quicksearch in core and Spartacus.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2018-09-02 18:09:54 +02:00
parent d25b294c80
commit fb504097de

View file

@ -14,7 +14,7 @@ class serendipity_plugin_quicksearch extends serendipity_plugin
$propbag->add('description', SEARCH_FOR_ENTRY);
$propbag->add('stackable', false);
$propbag->add('author', 'Serendipity Team');
$propbag->add('version', '1.2');
$propbag->add('version', '1.2'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :)
$propbag->add('configuration', array('fullentry'));
$propbag->add('groups', array('FRONTEND_ENTRY_RELATED'));
}
@ -26,7 +26,7 @@ class serendipity_plugin_quicksearch extends serendipity_plugin
$propbag->add('type', 'boolean');
$propbag->add('name', SEARCH_FULLENTRY);
$propbag->add('description', '');
$propbag->add('default', 'true');
$propbag->add('default', true);
break;
default: