3489509: Adds text limit to slideshow title.
3 unresolved threads
3 unresolved threads
Related to #3489509
Merge request reports
Activity
added 1 commit
- aceeac81 - 3489509: Removes UUID and adds help text on slideshow title.
added 3 commits
-
aceeac81...334e9975 - 2 commits from branch
project:2.2.x
- a9faca26 - Merge branch provus:2.2.x into 3489509-limit-slideshow-title
-
aceeac81...334e9975 - 2 commits from branch
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 changed this line in version 6 of the diff
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 changed this line in version 6 of the diff
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 changed this line in version 6 of the diff
added 1 commit
- 05dafc15 - 3489509: Updates weight and translatable to true for slideshow item.
Please register or sign in to reply