diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index bc9f9225..df546a1d 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -29,8 +29,8 @@ $org = 'dotkernel'; * generators take it from config, the JSON-LD templates build absolute URLs from `app.url`. */ $app = [ - 'url' => $baseUrl, - 'meta' => [ + 'url' => $baseUrl, + 'meta' => [ 'title' => 'Dotkernel | Headless Platform for modern web application', 'description' => 'Dotkernel is a Headless Platform for building modern web applications ' . 'using a collection of applications (skeletons).', @@ -41,6 +41,9 @@ $app = [ 'twitterCard' => 'summary_large_image', 'twitterSite' => '@dotkernel', ], + 'promptwatch' => [ + 'enabled' => false, + ], ]; return [ diff --git a/src/App/templates/layout/default.html.twig b/src/App/templates/layout/default.html.twig index 8b774e19..d0c719da 100644 --- a/src/App/templates/layout/default.html.twig +++ b/src/App/templates/layout/default.html.twig @@ -141,6 +141,7 @@ {% block javascript %}{% endblock %} +{% if app.promptwatch.enabled %} +{% endif %}