- Issue created by @texas-bronius
- πΊπΈUnited States texas-bronius
```
/**
* Implements hook_theme_suggestions_HOOK().
*/
function layout_paragraphs_theme_suggestions_field(array $variables) {
$suggestions = [];
if ($variables['element']['#formatter'] === 'layout_paragraphs') {
...
```
This feels to be generally in the right direction, but I am not certain. Also feels a bit rigid and not as abstract as Drupal would have it.