CND Google Extension ===================== An extension that adds Google user interface and non user interface functionalities to bolt. At the moment, the extension add a Preview of Googles search results. Installation ============ Add repository to your extensions composer.json repositories: { "cnd/google" : { "type": "vcs", "url": "https://github.com/CondeNastDigital/cnBolt-Extensions-Google.git" }, } Add the package "require": { "cnd/google": "dev-master" } Update bolt packages: ./app/nut extensions:update or if you have not copied the nut to your app folder ./vendor/bin/nut extensions:update The typical configuration of the package is: seo: fields: title: field: seo_title max-length: 60 description: field: seo_description max-length: 300 The extension tries to find both of the fields, and if one of them is not present, will not initialise at all.