-
Notifications
You must be signed in to change notification settings - Fork 18
Adding a new type of media to the JDA
-
Set layer_type = media_type = { new media type }
-
Add item type to search menu drop-down on [ search page twig ] ( https://github.com/Japan-Digital-Archives/Japan-Digital-Archive/blob/stable/src/JDA/CoreBundle/Resources/views/Search/search.html.twig#L91-L102 )
-
Add custom view for item page
-
Add the new type to the admin interface, see /src/Zeega/AdminBundle/AdminEntity/ItemAdmin.php
-
Add the new type to the advanced search page, see /src/JDA/CoreBundle/Resources/views/AdvSearch/advsearch.html.twig
-
OPTIONAL add custom views to the [ map pop-up list ] ( https://github.com/Japan-Digital-Archives/Japan-Digital-Archive/blob/stable/web/js/app/views/items/jda.view.item.map-popup.js ), [ search list ] ( https://github.com/Japan-Digital-Archives/Japan-Digital-Archive/blob/stable/web/js/app/views/items/jda.view.item.list.js ) and [ search thumbnails ] ( https://github.com/Japan-Digital-Archives/Japan-Digital-Archive/blob/stable/web/js/app/views/items/jda.view.item.thumb.js )
-
OPTIONAL add custom [ fancybox view ] (https://github.com/Japan-Digital-Archives/Japan-Digital-Archive/tree/stable/web/js/app/views/fancybox)