Skip to content
Snippets Groups Projects

3489509: Adds text limit to slideshow title.

Merged Ken Quiño requested to merge issue/provus-3489509:3489509-limit-slideshow-title into 2.2.x
3 unresolved threads

Related to #3489509

Merge request reports

Approval is optional
Ready to merge by members who can write to the target branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
31 31 settings:
32 32 media_types: { }
33 33 third_party_settings: { }
34 field_provus_title:
34 field_provus_slide_title:
35 35 type: string_textfield
36 weight: 0
36 weight: 26
  • 43 43 third_party_settings: { }
    44 44 weight: 2
    45 45 region: content
    46 field_provus_title:
    46 field_provus_slide_title:
    47 47 type: string
    48 48 label: hidden
    49 49 settings:
    50 50 link_to_entity: false
    51 51 third_party_settings: { }
    52 weight: 0
    52 weight: 5
  • 4 4 config:
    5 5 - block_content.type.provus_slideshow_item
    6 - field.storage.block_content.field_provus_title
    7 id: block_content.provus_slideshow_item.field_provus_title
    8 field_name: field_provus_title
    6 - field.storage.block_content.field_provus_slide_title
    7 id: block_content.provus_slideshow_item.field_provus_slide_title
    8 field_name: field_provus_slide_title
    9 9 entity_type: block_content
    10 10 bundle: provus_slideshow_item
    11 11 label: Title
    12 description: ''
    12 description: 'This title field has an 80-word limit.'
    13 13 required: false
    14 translatable: true
    14 translatable: false
  • The title was moved to the last part of the slideshow item so please change the weight and a few things in the settings

  • Ken Quiño added 1 commit

    added 1 commit

    • 05dafc15 - 3489509: Updates weight and translatable to true for slideshow item.

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading