Skip to content

Commit

Permalink
Issue #192: Set default widget to be embedded.
Browse files Browse the repository at this point in the history
Fixes #192.
  • Loading branch information
yorkshire-pudding authored Aug 16, 2024
1 parent fe1b08e commit 066af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paragraphs.module
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function paragraphs_field_info() {
'allowed_bundles' => array(),
'bundle_weights' => array(),
),
'default_widget' => 'paragraphs_hidden',
'default_widget' => 'paragraphs_embed',
'default_formatter' => 'paragraphs_view',
'settings' => array(),
'property_type' => 'paragraphs_item',
Expand Down

0 comments on commit 066af16

Please sign in to comment.