add examples to the query suggestions

This commit is contained in:
2019-10-26 19:14:51 +02:00
parent f235890cc1
commit 3190074ce3
2 changed files with 24 additions and 1 deletions

View File

@@ -17,4 +17,6 @@ public interface PropertyKeys {
* property is used to switch Vue.js into production or development mode.
*/
String PRODUCTION_MODE = "mode.production";
String QUERY_EXAMPLES = "query.examples";
}