From https://www.drupal.org/node/1905070:

> The two most important built-in translatable types are 'label' for one-line text input and 'text' for multiline text input.

But in our config:

    flag_long:
      type: string
      label: 'Flag link description text'
    flag_message:
      type: string
      label: 'Flag message'

Problem?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim created an issue. See original summary.

joachim’s picture

Issue tags: +beta blocker
supriyarajgopal’s picture

Hi,

Where do I check this configuration?
How do I alter this?

joachim’s picture

Status: Active » Closed (duplicate)
Issue tags: -beta blocker

These are in config/schema, but I'm going to close this issue in favour of the other one.

joachim’s picture

Title: check flag config » Flag entity config defines flag texts as string rather than label
Priority: Normal » Major
Status: Closed (duplicate) » Active
Issue tags: +beta blocker

Ok, that other issue is now for D7, so reopening this one....

rbayliss’s picture

Attached patch converts several of the schema fields to the label type.

  • socketwench committed f2e3bc6 on 8.x-4.x authored by rbayliss
    Issue #2776729 by rbayliss: Fixed Flag entity config defines flag texts...
socketwench’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.