public static function ParagraphsGridFormatter::defaultSettings in Paragraphs grid 8
Defines the default settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides EntityReferenceRevisionsEntityFormatter::defaultSettings
File
- src/
Plugin/ Field/ FieldFormatter/ ParagraphsGridFormatter.php, line 87
Class
- ParagraphsGridFormatter
- Plugin implementation of the 'entity reference rendered entity' formatter.
Namespace
Drupal\paragraphs_grid\Plugin\Field\FieldFormatterCode
public static function defaultSettings() {
return [
'container' => 'default',
] + parent::defaultSettings();
}