-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #437 from esmero/ISSUE-436
ISSUE-436: PDFJS 4.x + VTT Content Search API + Plain text + Mirador 4.0 alpha 2 + ML/Annotations Twig based formatter
- Loading branch information
Showing
25 changed files
with
2,266 additions
and
975 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
config/schema/format_strawberryfield.entity.metadataapi_entity.schema.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
'metadataexpose_entity.metadataapi_entity.*': | ||
type: config_entity | ||
label: 'Metadata API entity using Twig and Views Configuration' | ||
mapping: | ||
id: | ||
type: string | ||
label: 'ID' | ||
label: | ||
type: label | ||
label: 'Label' | ||
uuid: | ||
type: string | ||
metadataWrapperDisplayentity: | ||
label: 'Metadata Display entity that will output the API wrapper and process the json of the items & api arguments' | ||
type: string | ||
metadataItemDisplayentity: | ||
label: 'Metadata Display entity that will output the each Item process the json coming from each Views result row & api arguments' | ||
type: string | ||
views_source_ids: | ||
type: sequence | ||
label: 'The views used to generate results. These might also get arguments mapped from the API to any exposed relationship, filter, etc.' | ||
sequence: | ||
- type: string | ||
api_type: | ||
label: 'If rest or Sword. Rest APIs can use HTTP codes and header to communicate, but Sword ones always return bodies.' | ||
type: string | ||
cache: | ||
type: boolean | ||
active: | ||
type: boolean | ||
label: 'Whether this endpoint is active' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.MiradorViewer { | ||
position:relative; | ||
} | ||
|
||
.MiradorViewer h4 { | ||
font-size: 1.2rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.popper-background { | ||
background: #333; | ||
color: white; | ||
font-weight: bold; | ||
padding: 4px 8px; | ||
font-size: 13px; | ||
border-radius: 4px; | ||
display:none; | ||
} | ||
|
||
.popper-background[data-show] { | ||
display: block; | ||
} | ||
|
||
.popper-arrow, | ||
.popper-arrow::before { | ||
position: absolute; | ||
width: 8px; | ||
height: 8px; | ||
background: inherit; | ||
} | ||
|
||
.popper-arrow { | ||
visibility: hidden; | ||
} | ||
|
||
.popper-arrow::before { | ||
visibility: visible; | ||
content: ''; | ||
transform: rotate(45deg); | ||
} | ||
|
||
.popper-background[data-popper-placement^='top'] >.popper-arrow { | ||
bottom: -4px; | ||
} | ||
|
||
.popper-background[data-popper-placement^='bottom'] > .popper-arrow { | ||
top: -4px; | ||
} | ||
|
||
.popper-background[data-popper-placement^='left'] > .popper-arrow { | ||
right: -4px; | ||
} | ||
|
||
.popper-background[data-popper-placement^='right'] > .popper-arrow { | ||
left: -4px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.