{"id":14968560,"url":"https://github.com/mlibrary/umlib_admin","last_synced_at":"2026-01-27T15:03:24.755Z","repository":{"id":188334785,"uuid":"677348691","full_name":"mlibrary/umlib_admin","owner":"mlibrary","description":"Drupal admin theme for U-M Library based on the Claro theme","archived":false,"fork":false,"pushed_at":"2025-12-03T18:35:20.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-06T23:41:36.967Z","etag":null,"topics":["design","design-system","drupal"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlibrary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-11T10:52:23.000Z","updated_at":"2025-12-03T18:35:24.000Z","dependencies_parsed_at":"2023-11-14T22:24:08.181Z","dependency_job_id":"b7214fad-5f1c-48c7-be7d-5b8c036050ae","html_url":"https://github.com/mlibrary/umlib_admin","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":0.04878048780487809,"last_synced_commit":"41a9205360f2414f9afeaf432ba1114352310d1f"},"previous_names":["mlibrary/umlib_admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlibrary/umlib_admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fumlib_admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fumlib_admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fumlib_admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fumlib_admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlibrary","download_url":"https://codeload.github.com/mlibrary/umlib_admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibrary%2Fumlib_admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design","design-system","drupal"],"created_at":"2024-09-24T13:40:07.444Z","updated_at":"2026-01-27T15:03:24.727Z","avatar_url":"https://github.com/mlibrary.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# umlib_admin\nTheme development environment:\n- Drupal version: 10.1.6\n- Claro version: 10.1.6\n\nPlease contact burkebri@umich.edu if you notice any updates or changes needed based on your installed Drupal version.\n\nThis is the admin drupal theme for U-M Library sites built using the Claro admin theme as a parent. The umlib_admin theme uses styles from the U-M Library Design System.\n\n## Regions \u0026 Blocks\nComing soon: block configuration- in the meantime, please use the below as a start.\n\nThe website header relies on two blocks in the header region.\n\nRegion: Header\n- Site branding\n- User account menu\n\nRegion: Pre-content\n- Page title\n- Primary tabs\n- Secondary tabs\n\nRegion: Breadcrumb\n- Breadcrumb\n\nRegion: Highlighted\n- Status Messages\n\nRegion: Content:\n- Primary admin actions\n- Main content\n\nFor more information, see the Drupal umlib_admin Figma file. Ask Bridget for permission as needed.\n\n## Website header\n\nThe website header pulls in the system site name provided in your Drupal instance (Configuration  \u003e System \u003e Site name) and the logo and favicons files provided with this theme (`logo.svg` and `favicon.ico`.)\n\nEnsure that the following are checked in Appearance settings:\n\n- [X] Use the logo supplied by the theme\n- [X] Use the favicon supplied by the theme\n\n### Setup\n\n**To add this theme to your Drupal full stack project using composer:**\n\n```\nvi composer.json\n```\n\nand add the following below your drupal line in repositories\n\n```\n    \"repositories\": {\n        \"drupal\": {\n            \"type\": \"composer\",\n            \"url\": \"https://packages.drupal.org/8\"\n        },\n         \"umlib_admin-theme\": {\n             \"type\": \"package\",\n             \"package\": {\n                 \"name\": \"mlibrary/umlib_admin\",\n                 \"version\": \"1.0\",\n                 \"type\": \"drupal-theme\",\n                 \"dist\": {\n                     \"type\": \"zip\",\n                     \"url\": \"https://github.com/mlibrary/umlib_admin/archive/refs/heads/main.zip\",\n                     \"reference\": \"main\"\n                 }\n             }\n         },\n```\n\nYou may also wish to alter what directory the theme is installed in\n\n```\n    \"extra\": {\n        \"enable-patching\": true,\n        \"patchLevel\": {\n            \"drupal/core\": \"-p2\"\n        },\n        \"installer-paths\": {\n            \"core\": [\n                \"type:drupal-core\"\n            ],\n            \"libraries/{$name}\": [\n                \"type:drupal-library\"\n            ],\n            \"modules/contrib/{$name}\": [\n                \"type:drupal-module\"\n            ],\n             \"themes/contrib/{$name}\": [\n             \"themes/{$name}\": [\n                 \"type:drupal-theme\"\n             ],\n```\n\n### Install\n\nYou can now run the following to get the latest version of the umlib_base theme\n\n```\ncomposer require mlibrary/umlib_admin\n```\n\n### Update\n\nTo get the lastest version in an existing project, you unfortunately cannot simply run composer update. Instead run\n\n```\ncomposer clear-cache\ncomposer reinstall mlibrary/umlib_admin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlibrary%2Fumlib_admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlibrary%2Fumlib_admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlibrary%2Fumlib_admin/lists"}