claro-8.x-1.x-dev/claro.info.yml
claro.info.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | # This theme is marked as @internal. It is intended to evolve and change over # minor releases. # Change record https: //www.drupal.org/node/2582945. # As the UI of Drupal improves between minor versions, the markup and assets # in the Claro theme will change. The Claro theme is not backwards compatible. # If you wish to modify the output or assets of Claro you can: # 1. Copy the whole of Claro and rename it as your own administration theme. You # will need to manually manage your own updates if you want to stay up to # date with Claro's bug fixes and feature support. # # 2. Sub-theme Claro. This is only recommended if you want to make minor tweaks # and understand that Claro could break your modifications as it changes. name: Claro type: theme base theme: classy description: 'A clean, accessible, and powerful Drupal administration theme.' alt text: 'Screenshot of Claro, Drupal administration theme.' package: Core # version: VERSION core: 8.x libraries: - claro/ global -styling libraries-override: system/base: css: component: /core/themes/stable/css/system/components/ajax-progress.module.css: css/dist/components/ajax-progress.module.css /core/themes/stable/css/system/components/autocomplete-loading.module.css: css/dist/components/autocomplete-loading.module.css /core/themes/stable/css/system/components/system-status-counter.css: css/dist/components/system-status-counter.css /core/themes/stable/css/system/components/system-status-report-counters.css: css/dist/components/system-status-report-counters.css /core/themes/stable/css/system/components/system-status-report-general-info.css: css/dist/components/system-status-report-general-info.css /core/themes/stable/css/system/components/tabledrag.module.css: css/dist/components/tabledrag.css system/admin: css: theme: /core/themes/stable/css/system/system.admin.css: false core/drupal.dropbutton: css: component: /core/themes/stable/css/core/dropbutton/dropbutton.css: css/dist/components/dropbutton.css core/drupal.tabledrag: js: misc/tabledrag.js: js/tabledrag.js core/drupal.vertical-tabs: css: component: /core/themes/stable/css/core/vertical-tabs.css: false js: misc/vertical-tabs.js: js/vertical-tabs.js core/jquery.ui: css: theme: assets/vendor/jquery.ui/themes/base/theme.css: false core/jquery.ui.dialog: css: component: assets/vendor/jquery.ui/themes/base/dialog.css: false classy/dialog: claro/claro.drupal.dialog classy/base: css: component: css/components/action-links.css: false css/components/breadcrumb.css: false css/components/button.css: false css/components/details.css: false css/components/dropbutton.css: false css/components/form.css: false css/components/tabs.css: false css/components/pager.css: false css/components/tableselect.css: css/dist/components/tableselect.css css/components/tabledrag.css: false css/components/collapse-processed.css: false classy/dropbutton: css: component: css/components/dropbutton.css: false classy/messages: css: component: css/components/messages.css: false classy/progress: css: component: css/components/progress.css: css/dist/components/progress.css # @todo Refactor when https: //www.drupal.org/node/2642122 is fixed. classy/user: false user/drupal.user: claro/form.password-confirm field_ui/drupal.field_ui: css: theme: /core/themes/stable/css/field_ui/field_ui.admin.css: css/dist/theme/field-ui.admin.css filter/drupal.filter.admin: css: theme: /core/themes/stable/css/filter/filter.admin.css: css/dist/theme/filter.theme.css filter/drupal.filter: css: theme: /core/themes/stable/css/filter/filter.admin.css: css/dist/theme/filter.theme.css views_ui/admin.styling: css: theme: /core/themes/stable/css/views_ui/views_ui.admin.theme.css: css/dist/theme/views_ui.admin.theme.css libraries-extend: ckeditor/drupal.ckeditor: - claro/ckeditor-editor classy/image-widget: - claro/image-widget core/ckeditor: - claro/ckeditor-dialog core/drupal.collapse: - claro/details-focus core/drupal.dropbutton: - claro/drupal-theme core/drupal.message: - claro/messages core/drupal.vertical-tabs: - claro/vertical-tabs core/drupal.tableselect: - claro/drupal.tableselect core/jquery.ui: - claro/claro.jquery.ui file/drupal.file: - claro/file media_library/view: - claro/media_library.view system/admin: - claro/system.admin core/drupal.autocomplete: - claro/autocomplete tour/tour-styling: - claro/tour-styling shortcut/drupal.shortcut: - claro/drupal.shortcut core/drupal.ajax: - claro/ajax views/views.module: - claro/views quickedit_stylesheets: - css/dist/components/quickedit.css ckeditor_stylesheets: - css/dist/base/elements.css - css/dist/base/typography.css - css/dist/theme/ckeditor-frame.css regions: header: 'Header' pre_content: 'Pre-content' breadcrumb: Breadcrumb highlighted: Highlighted help: Help content: Content page_top: 'Page top' page_bottom: 'Page bottom' sidebar_first: 'First sidebar' regions_hidden: - sidebar_first # Information added by Drupal.org packaging script on 2019-10-30 version: '8.x-1.x-dev' project: 'claro' datestamp: 1572423786 |