Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTML title, lets you add <i> and <b> and a couple other tags to titles. #166

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"drupal/flysystem": "^2.2@alpha",
"drupal/fpa": "^4.0",
"drupal/hal": "^1.0||^2.0",
"drupal/html_title": "^1.5",
"drupal/islandora": "^2.8.1",
"drupal/islandora_mirador": "^2",
"drupal/openseadragon": "^2",
Expand Down
741 changes: 411 additions & 330 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ _core:
module:
action: 0
admin_toolbar: 0
admin_toolbar_links_access_filter: 0
admin_toolbar_search: 0
admin_toolbar_tools: 0
advanced_search: 0
Expand Down Expand Up @@ -53,6 +52,7 @@ module:
hal: 0
help: 0
history: 0
html_title: 0
image: 0
islandora: 0
islandora_audio: 0
Expand Down
3 changes: 3 additions & 0 deletions config/sync/html_title.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_core:
default_config_hash: LltQJsg3J24qmfQft-I_vH3tFvw3wAsFppnEkIvJ0oU
allow_html_tags: '<br> <sub> <sup> <i> <b>'
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: ea14574c-b266-4b09-bcc9-48b02b79fdf0
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.islandora_display
id: taxonomy_term.islandora_display
target_entity_type_id: taxonomy_term
target_bundle: islandora_display
default_langcode: site_default
language_alterable: false
11 changes: 11 additions & 0 deletions config/sync/language.content_settings.taxonomy_term.tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 8975013d-c000-4c9e-a638-e49e5070093a
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.tags
id: taxonomy_term.tags
target_entity_type_id: taxonomy_term
target_bundle: tags
default_langcode: site_default
language_alterable: false
4 changes: 2 additions & 2 deletions config/sync/taxonomy.vocabulary.corporate_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ _core:
default_config_hash: yJCIaRn817xheJ5ZxlH81SsHrBpPBYZVVPUUV5Haza8
name: 'Corporate Body'
vid: corporate_body
description: 'An organization or group of persons that is identified by a particular name and that acts, or may act, as an entity. Also includes an individual acting in a corporate capacity.'
description: 'A group of persons that is identified by a name and that acts as an entity. Or a person acting in a corporate capacity.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.country.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Country
vid: country
description: 'The MARC Code List for Countries contains a list of places and their associated two- or three-character lowercase alphabetic cod'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Family
vid: family
description: 'Two or more people related through marriage, birth, adoption, or other legal manner, or who present themselves as a family.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.frequencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Frequency
vid: frequencies
description: 'Terms to express publication frequency'
weight: 0
new_revision: false
new_revision: true
4 changes: 2 additions & 2 deletions config/sync/taxonomy.vocabulary.genre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ _core:
default_config_hash: GtwZmHfoUe9zdJe_uX6oD5CU40m-0jfjiDk5USbdHMc
name: Genre
vid: genre
description: 'A term or terms that designate a category characterizing a particular style, form, or content, such as artistic, musical, literary composition, etc.'
description: 'Term for a category characterizing a particular style, form, or content, such as artistic, musical, literary composition, etc.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.geo_location.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Geographic Location'
vid: geo_location
description: 'Geographic area(s) and places to which the records pertain.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.islandora_display.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Islandora Display'
vid: islandora_display
description: 'Terms used to alter how a repository item is viewed. ie. basic image vs large image'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.islandora_media_use.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Islandora Media Use'
vid: islandora_media_use
description: 'Terms to define how a media object is to be used.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.islandora_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Islandora Models'
vid: islandora_models
description: 'Types of repository objects'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.issuance_modes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Issuance Mode'
vid: issuance_modes
description: "Terms from Library of Congress' MARC Issuance List vocabulary"
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Language
vid: language
description: 'Codes to describe language of resource content. Intended for use with ISO639-2'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.person.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Person
vid: person
description: 'An individual of the human species. '
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.physical_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Physical Form'
vid: physical_form
description: 'A designation of a particular physical presentation of a resource, including the physical form or medium of material for a resou'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.resource_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Resource Types (LC)'
vid: resource_types
description: 'The LC Resource Types vocabulary. '
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.resource_types_dcmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ name: 'Resource Types (DCMI)'
vid: resource_types_dcmi
description: 'The DCMI Type Vocabulary'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.subject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Subject
vid: subject
description: 'Subject matter to which the records pertain, such as topics, events, people, and organizations.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Tags
vid: tags
description: 'Use tags to group articles on similar topics into categories.'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/taxonomy.vocabulary.temporal_subjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: 'Temporal Subjects'
vid: temporal_subjects
description: 'Subject terms expressing periods of time'
weight: 0
new_revision: false
new_revision: true
2 changes: 1 addition & 1 deletion config/sync/views.view.all_taxonomy_terms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -88,7 +89,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: 0
id: 0
Expand All @@ -43,7 +44,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.block_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
Expand All @@ -287,7 +288,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
Expand All @@ -550,7 +551,6 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,13 +585,13 @@ display:
pager:
type: full
options:
pagination_heading_level: h4
items_per_page: 50
tags:
next: 'Next ›'
previous: '‹ Previous'
first: '« First'
last: 'Last »'
pagination_heading_level: h4
exposed_form:
type: bef
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.file_checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -90,7 +91,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
4 changes: 2 additions & 2 deletions config/sync/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: 0
id: 0
Expand All @@ -484,7 +485,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -1055,6 +1055,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: 0
id: 0
Expand All @@ -1069,7 +1070,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
empty: { }
arguments:
fid:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.frontpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: 0
id: 0
Expand All @@ -47,7 +48,6 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 36
total_pages: 0
id: 0
Expand All @@ -210,7 +211,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.iiif_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -180,7 +181,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.manage_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -195,7 +196,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: null
id: 0
Expand All @@ -802,7 +803,6 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 24
total_pages: null
id: 0
Expand All @@ -153,7 +154,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
Loading
Loading