Added
- Integrated Twigfield into SEOmatic, so fields that allow Twig expressions now have an editor with full autocomplete of the Craft and SEOmatic APIs
- SEOmatic SEO Settings fields do not utilize the Twigfield editor, to keep things simple for content authors (though they still parse as Twig expressions)
- Switched the default Twig expressions from single-bracket
{ }
to double-bracket{{ }}
for consistency's sake in theseomatic-config
settings (single-bracket expressions still work, however)
Changed
- The SEO Keywords field no longer uses a tokenized input, to allow for the use of the Twigfield editor
- Updated the docs to add The Meta Cascade to the Overview section to better explain how SEOmatic works