Problem/Motivation
In validating the API for contrib modules to add block/formatter/widget plugins we wrote a sample field block plugin that just deferred to the Formatter component using the field block settings.
We didn't add this to the repo.
Steps to reproduce
Proposed resolution
Add the plugin to the repo.
Change the Formatter component to add a fallback param that should be rendered if the plugin doesn't exist.
Pass the fallback from the block to the formatter.
Remaining tasks
Implementation
Tests
Comments
Comment #2
larowlan