Postponed on core issue: #3543096: Enable extra fields (hook_entity_extra_field_info) only in "Default" display mode by default

Problem/Motivation

When Flippy is enabled for a content type, the 'flippy_pager' field is added to all view modes, but it should only be added to the default and full modes.

Steps to reproduce

1. Enable Flippy for a content type
2. Check the display modes, flippy_pager is enabled in all of them

Proposed resolution

Only include the 'flippy_pager' field in the 'full' and 'default' view modes OR leave it in the disabled section for all view modes.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork flippy-3542094

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

thomas.frobieter created an issue. See original summary.

anybody’s picture

Title: The flippy_pager is added to all view modes » The flippy_pager is unexpectefly added to all view modes when enabled on the entity type
Assigned: Unassigned » grevil

@grevil: As this isn't a nice behavior, we should check if we can easily prevent this and only add it on "default" view mode, like all other fields ...

grevil made their first commit to this issue’s fork.

anybody’s picture

Issue summary: View changes
Status: Active » Postponed
grevil’s picture

Assigned: grevil » Unassigned