├── .gitignore ├── .platform.app.yaml ├── .platform ├── routes.yaml └── services.yaml ├── .travis.yml ├── README.md ├── Vagrantfile ├── circle.yml ├── composer.json ├── composer.lock ├── config.yml ├── config └── sync │ ├── .htaccess │ ├── README.txt │ ├── automated_cron.settings.yml │ ├── block.block.bartik_account_menu.yml │ ├── block.block.bartik_branding.yml │ ├── block.block.bartik_breadcrumbs.yml │ ├── block.block.bartik_content.yml │ ├── block.block.bartik_footer.yml │ ├── block.block.bartik_help.yml │ ├── block.block.bartik_local_actions.yml │ ├── block.block.bartik_local_tasks.yml │ ├── block.block.bartik_main_menu.yml │ ├── block.block.bartik_messages.yml │ ├── block.block.bartik_page_title.yml │ ├── block.block.bartik_powered.yml │ ├── block.block.bartik_search.yml │ ├── block.block.bartik_tools.yml │ ├── block.block.seven_breadcrumbs.yml │ ├── block.block.seven_content.yml │ ├── block.block.seven_help.yml │ ├── block.block.seven_local_actions.yml │ ├── block.block.seven_login.yml │ ├── block.block.seven_messages.yml │ ├── block.block.seven_page_title.yml │ ├── block.block.seven_primary_local_tasks.yml │ ├── block.block.seven_secondary_local_tasks.yml │ ├── block_content.type.basic.yml │ ├── comment.type.comment.yml │ ├── contact.form.feedback.yml │ ├── contact.form.personal.yml │ ├── contact.settings.yml │ ├── core.base_field_override.node.page.promote.yml │ ├── core.date_format.fallback.yml │ ├── core.date_format.html_date.yml │ ├── core.date_format.html_datetime.yml │ ├── core.date_format.html_month.yml │ ├── core.date_format.html_time.yml │ ├── core.date_format.html_week.yml │ ├── core.date_format.html_year.yml │ ├── core.date_format.html_yearless_date.yml │ ├── core.date_format.long.yml │ ├── core.date_format.medium.yml │ ├── core.date_format.short.yml │ ├── core.entity_form_display.block_content.basic.default.yml │ ├── core.entity_form_display.comment.comment.default.yml │ ├── core.entity_form_display.node.article.default.yml │ ├── core.entity_form_display.node.page.default.yml │ ├── core.entity_form_display.node.people.default.yml │ ├── core.entity_form_display.user.user.default.yml │ ├── core.entity_form_mode.user.register.yml │ ├── core.entity_view_display.block_content.basic.default.yml │ ├── core.entity_view_display.comment.comment.default.yml │ ├── core.entity_view_display.node.article.default.yml │ ├── core.entity_view_display.node.article.rss.yml │ ├── core.entity_view_display.node.article.teaser.yml │ ├── core.entity_view_display.node.page.default.yml │ ├── core.entity_view_display.node.page.teaser.yml │ ├── core.entity_view_display.node.people.default.yml │ ├── core.entity_view_display.node.people.teaser.yml │ ├── core.entity_view_display.user.user.compact.yml │ ├── core.entity_view_display.user.user.default.yml │ ├── core.entity_view_mode.block_content.full.yml │ ├── core.entity_view_mode.comment.full.yml │ ├── core.entity_view_mode.node.full.yml │ ├── core.entity_view_mode.node.rss.yml │ ├── core.entity_view_mode.node.search_index.yml │ ├── core.entity_view_mode.node.search_result.yml │ ├── core.entity_view_mode.node.teaser.yml │ ├── core.entity_view_mode.taxonomy_term.full.yml │ ├── core.entity_view_mode.user.compact.yml │ ├── core.entity_view_mode.user.full.yml │ ├── core.extension.yml │ ├── core.menu.static_menu_link_overrides.yml │ ├── dblog.settings.yml │ ├── editor.editor.basic_html.yml │ ├── editor.editor.full_html.yml │ ├── field.field.block_content.basic.body.yml │ ├── field.field.comment.comment.comment_body.yml │ ├── field.field.node.article.body.yml │ ├── field.field.node.article.comment.yml │ ├── field.field.node.article.field_image.yml │ ├── field.field.node.article.field_tags.yml │ ├── field.field.node.page.body.yml │ ├── field.field.node.people.field_country.yml │ ├── field.field.node.people.field_dob.yml │ ├── field.field.node.people.field_email.yml │ ├── field.field.node.people.field_first_name.yml │ ├── field.field.node.people.field_ip_address.yml │ ├── field.field.node.people.field_last_name.yml │ ├── field.field.user.user.user_picture.yml │ ├── field.settings.yml │ ├── field.storage.block_content.body.yml │ ├── field.storage.comment.comment_body.yml │ ├── field.storage.node.body.yml │ ├── field.storage.node.comment.yml │ ├── field.storage.node.field_country.yml │ ├── field.storage.node.field_dob.yml │ ├── field.storage.node.field_email.yml │ ├── field.storage.node.field_first_name.yml │ ├── field.storage.node.field_image.yml │ ├── field.storage.node.field_ip_address.yml │ ├── field.storage.node.field_last_name.yml │ ├── field.storage.node.field_tags.yml │ ├── field.storage.user.user_picture.yml │ ├── field_ui.settings.yml │ ├── file.settings.yml │ ├── filter.format.basic_html.yml │ ├── filter.format.full_html.yml │ ├── filter.format.plain_text.yml │ ├── filter.format.restricted_html.yml │ ├── filter.settings.yml │ ├── image.settings.yml │ ├── image.style.large.yml │ ├── image.style.medium.yml │ ├── image.style.thumbnail.yml │ ├── menu_ui.settings.yml │ ├── migrate_plus.migration.migrate_csv.yml │ ├── migrate_plus.migration_group.default.yml │ ├── node.settings.yml │ ├── node.type.article.yml │ ├── node.type.page.yml │ ├── node.type.people.yml │ ├── rdf.mapping.comment.comment.yml │ ├── rdf.mapping.node.article.yml │ ├── rdf.mapping.node.page.yml │ ├── rdf.mapping.taxonomy_term.tags.yml │ ├── rdf.mapping.user.user.yml │ ├── search.page.node_search.yml │ ├── search.page.user_search.yml │ ├── search.settings.yml │ ├── seven.settings.yml │ ├── shortcut.set.default.yml │ ├── system.action.comment_publish_action.yml │ ├── system.action.comment_save_action.yml │ ├── system.action.comment_unpublish_action.yml │ ├── system.action.node_delete_action.yml │ ├── system.action.node_make_sticky_action.yml │ ├── system.action.node_make_unsticky_action.yml │ ├── system.action.node_promote_action.yml │ ├── system.action.node_publish_action.yml │ ├── system.action.node_save_action.yml │ ├── system.action.node_unpromote_action.yml │ ├── system.action.node_unpublish_action.yml │ ├── system.action.user_add_role_action.administrator.yml │ ├── system.action.user_block_user_action.yml │ ├── system.action.user_cancel_user_action.yml │ ├── system.action.user_remove_role_action.administrator.yml │ ├── system.action.user_unblock_user_action.yml │ ├── system.authorize.yml │ ├── system.cron.yml │ ├── system.date.yml │ ├── system.diff.yml │ ├── system.file.yml │ ├── system.image.gd.yml │ ├── system.image.yml │ ├── system.logging.yml │ ├── system.mail.yml │ ├── system.maintenance.yml │ ├── system.menu.account.yml │ ├── system.menu.admin.yml │ ├── system.menu.footer.yml │ ├── system.menu.main.yml │ ├── system.menu.tools.yml │ ├── system.performance.yml │ ├── system.rss.yml │ ├── system.site.yml │ ├── system.theme.global.yml │ ├── system.theme.yml │ ├── taxonomy.settings.yml │ ├── taxonomy.vocabulary.country.yml │ ├── taxonomy.vocabulary.tags.yml │ ├── text.settings.yml │ ├── tour.tour.views-ui.yml │ ├── update.settings.yml │ ├── user.flood.yml │ ├── user.mail.yml │ ├── user.role.administrator.yml │ ├── user.role.anonymous.yml │ ├── user.role.authenticated.yml │ ├── user.settings.yml │ ├── views.settings.yml │ ├── views.view.archive.yml │ ├── views.view.block_content.yml │ ├── views.view.comments_recent.yml │ ├── views.view.content.yml │ ├── views.view.content_recent.yml │ ├── views.view.files.yml │ ├── views.view.frontpage.yml │ ├── views.view.glossary.yml │ ├── views.view.taxonomy_term.yml │ ├── views.view.user_admin_people.yml │ ├── views.view.who_s_new.yml │ └── views.view.who_s_online.yml ├── drush └── README.md ├── php.ini ├── phpunit.xml.dist ├── scripts ├── composer │ └── ScriptHandler.php ├── drupalvm │ ├── default.settings.local.php │ ├── local.config.yml │ └── post-provision.sh └── platformsh │ ├── Platformify.php │ ├── dist.settings.php │ ├── dist.settings.platformsh.php │ └── update_upstream.sh ├── test ├── behat.yml ├── features │ └── Basic.feature └── src │ └── FeatureContext.php └── web ├── .bundle └── config ├── .csslintrc ├── .editorconfig ├── .eslintignore ├── .eslintrc ├── .gitattributes ├── .htaccess ├── autoload.php ├── index.php ├── modules ├── .gitkeep └── custom │ ├── .gitkeep │ └── custom_migrate │ ├── artifacts │ └── people.csv │ ├── config │ └── install │ │ └── migrate_plus.migration.migrate_csv.yml │ ├── custom_migrate.info.yml │ └── custom_migrate.module ├── profiles └── .gitkeep ├── robots.txt ├── sites ├── default │ ├── default.services.yml │ ├── default.settings.php │ ├── services.yml │ ├── settings.php │ └── settings.platformsh.php ├── development.services.yml ├── example.settings.local.php └── example.sites.php ├── themes ├── .gitkeep └── custom │ └── sub_bootstrap │ ├── README.md │ ├── bootstrap │ ├── .editorconfig │ ├── .gitattributes │ ├── .gitignore │ ├── .hound.yml │ ├── .travis.yml │ ├── CHANGELOG.md │ ├── CNAME │ ├── CONTRIBUTING.md │ ├── Gruntfile.js │ ├── LICENSE │ ├── README.md │ ├── _config.yml │ ├── bower.json │ ├── composer.json │ ├── dist │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap-theme.min.css.map │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.css.map │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ ├── docs │ │ ├── LICENSE │ │ ├── _data │ │ │ ├── browser-bugs.yml │ │ │ ├── core-team.yml │ │ │ ├── glyphicons.yml │ │ │ ├── sass-team.yml │ │ │ ├── showcase.yml │ │ │ └── translations.yml │ │ ├── _includes │ │ │ ├── ads.html │ │ │ ├── components │ │ │ │ ├── alerts.html │ │ │ │ ├── badges.html │ │ │ │ ├── breadcrumbs.html │ │ │ │ ├── button-dropdowns.html │ │ │ │ ├── button-groups.html │ │ │ │ ├── dropdowns.html │ │ │ │ ├── glyphicons.html │ │ │ │ ├── input-groups.html │ │ │ │ ├── jumbotron.html │ │ │ │ ├── labels.html │ │ │ │ ├── list-group.html │ │ │ │ ├── media.html │ │ │ │ ├── navbar.html │ │ │ │ ├── navs.html │ │ │ │ ├── page-header.html │ │ │ │ ├── pagination.html │ │ │ │ ├── panels.html │ │ │ │ ├── progress-bars.html │ │ │ │ ├── responsive-embed.html │ │ │ │ ├── thumbnails.html │ │ │ │ └── wells.html │ │ │ ├── css │ │ │ │ ├── buttons.html │ │ │ │ ├── code.html │ │ │ │ ├── forms.html │ │ │ │ ├── grid.html │ │ │ │ ├── helpers.html │ │ │ │ ├── images.html │ │ │ │ ├── less.html │ │ │ │ ├── overview.html │ │ │ │ ├── responsive-utilities.html │ │ │ │ ├── sass.html │ │ │ │ ├── tables.html │ │ │ │ └── type.html │ │ │ ├── customizer-variables.html │ │ │ ├── footer.html │ │ │ ├── getting-started │ │ │ │ ├── accessibility.html │ │ │ │ ├── browser-device-support.html │ │ │ │ ├── community.html │ │ │ │ ├── disabling-responsiveness.html │ │ │ │ ├── download.html │ │ │ │ ├── examples.html │ │ │ │ ├── grunt.html │ │ │ │ ├── license.html │ │ │ │ ├── template.html │ │ │ │ ├── third-party-support.html │ │ │ │ ├── tools.html │ │ │ │ ├── translations.html │ │ │ │ └── whats-included.html │ │ │ ├── header.html │ │ │ ├── js │ │ │ │ ├── affix.html │ │ │ │ ├── alerts.html │ │ │ │ ├── buttons.html │ │ │ │ ├── carousel.html │ │ │ │ ├── collapse.html │ │ │ │ ├── dropdowns.html │ │ │ │ ├── modal.html │ │ │ │ ├── overview.html │ │ │ │ ├── popovers.html │ │ │ │ ├── scrollspy.html │ │ │ │ ├── tabs.html │ │ │ │ ├── tooltips.html │ │ │ │ └── transitions.html │ │ │ └── nav │ │ │ │ ├── about.html │ │ │ │ ├── components.html │ │ │ │ ├── css.html │ │ │ │ ├── customize.html │ │ │ │ ├── getting-started.html │ │ │ │ ├── javascript.html │ │ │ │ ├── main.html │ │ │ │ └── migration.html │ │ ├── _jade │ │ │ ├── customizer-nav.jade │ │ │ └── customizer-variables.jade │ │ ├── _layouts │ │ │ ├── default.html │ │ │ └── home.html │ │ ├── _plugins │ │ │ ├── bridge.rb │ │ │ └── bugify.rb │ │ ├── about.html │ │ ├── apple-touch-icon.png │ │ ├── assets │ │ │ ├── brand │ │ │ │ ├── bootstrap-outline.svg │ │ │ │ ├── bootstrap-punchout.svg │ │ │ │ └── bootstrap-solid.svg │ │ │ ├── css │ │ │ │ ├── docs.min.css │ │ │ │ ├── docs.min.css.map │ │ │ │ ├── ie10-viewport-bug-workaround.css │ │ │ │ └── src │ │ │ │ │ ├── docs.css │ │ │ │ │ └── pygments-manni.css │ │ │ ├── flash │ │ │ │ └── ZeroClipboard.swf │ │ │ ├── img │ │ │ │ ├── components.png │ │ │ │ ├── devices.png │ │ │ │ ├── expo-lyft.jpg │ │ │ │ ├── expo-newsweek.jpg │ │ │ │ ├── expo-riot.jpg │ │ │ │ ├── expo-vogue.jpg │ │ │ │ └── sass-less.png │ │ │ └── js │ │ │ │ ├── customize.min.js │ │ │ │ ├── docs.min.js │ │ │ │ ├── ie-emulation-modes-warning.js │ │ │ │ ├── ie10-viewport-bug-workaround.js │ │ │ │ ├── ie8-responsive-file-warning.js │ │ │ │ ├── raw-files.min.js │ │ │ │ └── src │ │ │ │ ├── application.js │ │ │ │ └── customizer.js │ │ ├── browser-bugs.html │ │ ├── components.html │ │ ├── css.html │ │ ├── customize.html │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── bootstrap-theme.css │ │ │ │ ├── bootstrap-theme.css.map │ │ │ │ ├── bootstrap-theme.min.css │ │ │ │ ├── bootstrap-theme.min.css.map │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ ├── bootstrap.min.css │ │ │ │ └── bootstrap.min.css.map │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ └── npm.js │ │ ├── examples │ │ │ ├── blog │ │ │ │ ├── blog.css │ │ │ │ └── index.html │ │ │ ├── carousel │ │ │ │ ├── carousel.css │ │ │ │ └── index.html │ │ │ ├── cover │ │ │ │ ├── cover.css │ │ │ │ └── index.html │ │ │ ├── dashboard │ │ │ │ ├── dashboard.css │ │ │ │ └── index.html │ │ │ ├── grid │ │ │ │ ├── grid.css │ │ │ │ └── index.html │ │ │ ├── jumbotron-narrow │ │ │ │ ├── index.html │ │ │ │ └── jumbotron-narrow.css │ │ │ ├── jumbotron │ │ │ │ ├── index.html │ │ │ │ └── jumbotron.css │ │ │ ├── justified-nav │ │ │ │ ├── index.html │ │ │ │ └── justified-nav.css │ │ │ ├── navbar-fixed-top │ │ │ │ ├── index.html │ │ │ │ └── navbar-fixed-top.css │ │ │ ├── navbar-static-top │ │ │ │ ├── index.html │ │ │ │ └── navbar-static-top.css │ │ │ ├── navbar │ │ │ │ ├── index.html │ │ │ │ └── navbar.css │ │ │ ├── non-responsive │ │ │ │ ├── index.html │ │ │ │ └── non-responsive.css │ │ │ ├── offcanvas │ │ │ │ ├── index.html │ │ │ │ ├── offcanvas.css │ │ │ │ └── offcanvas.js │ │ │ ├── screenshots │ │ │ │ ├── blog.jpg │ │ │ │ ├── carousel.jpg │ │ │ │ ├── cover.jpg │ │ │ │ ├── dashboard.jpg │ │ │ │ ├── equal-height-columns.jpg │ │ │ │ ├── grid.jpg │ │ │ │ ├── jumbotron-narrow.jpg │ │ │ │ ├── jumbotron.jpg │ │ │ │ ├── justified-nav.jpg │ │ │ │ ├── navbar-fixed.jpg │ │ │ │ ├── navbar-static.jpg │ │ │ │ ├── navbar.jpg │ │ │ │ ├── non-responsive.jpg │ │ │ │ ├── offcanvas.jpg │ │ │ │ ├── sign-in.jpg │ │ │ │ ├── starter-template.jpg │ │ │ │ ├── sticky-footer-navbar.jpg │ │ │ │ ├── sticky-footer.jpg │ │ │ │ └── theme.jpg │ │ │ ├── signin │ │ │ │ ├── index.html │ │ │ │ └── signin.css │ │ │ ├── starter-template │ │ │ │ ├── index.html │ │ │ │ └── starter-template.css │ │ │ ├── sticky-footer-navbar │ │ │ │ ├── index.html │ │ │ │ └── sticky-footer-navbar.css │ │ │ ├── sticky-footer │ │ │ │ ├── index.html │ │ │ │ └── sticky-footer.css │ │ │ ├── theme │ │ │ │ ├── index.html │ │ │ │ └── theme.css │ │ │ └── tooltip-viewport │ │ │ │ ├── index.html │ │ │ │ ├── tooltip-viewport.css │ │ │ │ └── tooltip-viewport.js │ │ ├── favicon.ico │ │ ├── getting-started.html │ │ ├── index.html │ │ ├── javascript.html │ │ ├── migration.html │ │ ├── robots.txt │ │ └── sitemap.xml │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── grunt │ │ ├── .jshintrc │ │ ├── bs-commonjs-generator.js │ │ ├── bs-glyphicons-data-generator.js │ │ ├── bs-lessdoc-parser.js │ │ ├── bs-raw-files-generator.js │ │ ├── configBridge.json │ │ └── sauce_browsers.yml │ ├── js │ │ ├── .jscsrc │ │ ├── .jshintrc │ │ ├── affix.js │ │ ├── alert.js │ │ ├── button.js │ │ ├── carousel.js │ │ ├── collapse.js │ │ ├── dropdown.js │ │ ├── modal.js │ │ ├── popover.js │ │ ├── scrollspy.js │ │ ├── tab.js │ │ ├── tests │ │ │ ├── README.md │ │ │ ├── index.html │ │ │ ├── unit │ │ │ │ ├── .jshintrc │ │ │ │ ├── affix.js │ │ │ │ ├── alert.js │ │ │ │ ├── button.js │ │ │ │ ├── carousel.js │ │ │ │ ├── collapse.js │ │ │ │ ├── dropdown.js │ │ │ │ ├── modal.js │ │ │ │ ├── phantom.js │ │ │ │ ├── popover.js │ │ │ │ ├── scrollspy.js │ │ │ │ ├── tab.js │ │ │ │ └── tooltip.js │ │ │ └── visual │ │ │ │ ├── affix-with-sticky-footer.html │ │ │ │ ├── affix.html │ │ │ │ ├── alert.html │ │ │ │ ├── button.html │ │ │ │ ├── carousel.html │ │ │ │ ├── collapse.html │ │ │ │ ├── dropdown.html │ │ │ │ ├── modal.html │ │ │ │ ├── popover.html │ │ │ │ ├── scrollspy.html │ │ │ │ ├── tab.html │ │ │ │ └── tooltip.html │ │ ├── tooltip.js │ │ └── transition.js │ ├── less │ │ ├── .csscomb.json │ │ ├── .csslintrc │ │ ├── alerts.less │ │ ├── badges.less │ │ ├── bootstrap.less │ │ ├── breadcrumbs.less │ │ ├── button-groups.less │ │ ├── buttons.less │ │ ├── carousel.less │ │ ├── close.less │ │ ├── code.less │ │ ├── component-animations.less │ │ ├── dropdowns.less │ │ ├── forms.less │ │ ├── glyphicons.less │ │ ├── grid.less │ │ ├── input-groups.less │ │ ├── jumbotron.less │ │ ├── labels.less │ │ ├── list-group.less │ │ ├── media.less │ │ ├── mixins.less │ │ ├── mixins │ │ │ ├── alerts.less │ │ │ ├── background-variant.less │ │ │ ├── border-radius.less │ │ │ ├── buttons.less │ │ │ ├── center-block.less │ │ │ ├── clearfix.less │ │ │ ├── forms.less │ │ │ ├── gradients.less │ │ │ ├── grid-framework.less │ │ │ ├── grid.less │ │ │ ├── hide-text.less │ │ │ ├── image.less │ │ │ ├── labels.less │ │ │ ├── list-group.less │ │ │ ├── nav-divider.less │ │ │ ├── nav-vertical-align.less │ │ │ ├── opacity.less │ │ │ ├── pagination.less │ │ │ ├── panels.less │ │ │ ├── progress-bar.less │ │ │ ├── reset-filter.less │ │ │ ├── reset-text.less │ │ │ ├── resize.less │ │ │ ├── responsive-visibility.less │ │ │ ├── size.less │ │ │ ├── tab-focus.less │ │ │ ├── table-row.less │ │ │ ├── text-emphasis.less │ │ │ ├── text-overflow.less │ │ │ └── vendor-prefixes.less │ │ ├── modals.less │ │ ├── navbar.less │ │ ├── navs.less │ │ ├── normalize.less │ │ ├── pager.less │ │ ├── pagination.less │ │ ├── panels.less │ │ ├── popovers.less │ │ ├── print.less │ │ ├── progress-bars.less │ │ ├── responsive-embed.less │ │ ├── responsive-utilities.less │ │ ├── scaffolding.less │ │ ├── tables.less │ │ ├── theme.less │ │ ├── thumbnails.less │ │ ├── tooltip.less │ │ ├── type.less │ │ ├── utilities.less │ │ ├── variables.less │ │ └── wells.less │ ├── nuget │ │ ├── MyGet.ps1 │ │ ├── bootstrap.less.nuspec │ │ └── bootstrap.nuspec │ ├── package.js │ ├── package.json │ └── test-infra │ │ ├── README.md │ │ ├── S3Cachefile.json │ │ ├── npm-shrinkwrap.json │ │ ├── requirements.txt │ │ ├── s3_cache.py │ │ └── uncached-npm-install.sh │ ├── config │ ├── install │ │ └── sub_bootstrap.settings.yml │ └── schema │ │ └── sub_bootstrap.schema.yml │ ├── css │ └── style.css │ ├── favicon.ico │ ├── less │ ├── bootstrap.less │ ├── component │ │ ├── ajax.less │ │ ├── alert.less │ │ ├── field.less │ │ ├── file.less │ │ ├── filter.less │ │ ├── form.less │ │ ├── icon.less │ │ ├── navbar.less │ │ ├── panel.less │ │ ├── progress-bar.less │ │ ├── table-drag.less │ │ ├── tabs.less │ │ └── toolbar.less │ ├── jquery-ui │ │ └── autocomplete.less │ ├── overrides.less │ ├── style.less │ └── variable-overrides.less │ ├── logo.svg │ ├── screenshot.png │ ├── sub_bootstrap.info.yml │ ├── sub_bootstrap.libraries.yml │ ├── sub_bootstrap.theme │ └── templates │ └── README.md ├── update.php └── web.config /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/.gitignore -------------------------------------------------------------------------------- /.platform.app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/.platform.app.yaml -------------------------------------------------------------------------------- /.platform/routes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/.platform/routes.yaml -------------------------------------------------------------------------------- /.platform/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/.platform/services.yaml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/Vagrantfile -------------------------------------------------------------------------------- /circle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/circle.yml -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/composer.lock -------------------------------------------------------------------------------- /config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config.yml -------------------------------------------------------------------------------- /config/sync/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/.htaccess -------------------------------------------------------------------------------- /config/sync/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/README.txt -------------------------------------------------------------------------------- /config/sync/automated_cron.settings.yml: -------------------------------------------------------------------------------- 1 | interval: 10800 2 | _core: 3 | default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs 4 | -------------------------------------------------------------------------------- /config/sync/block.block.bartik_account_menu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_account_menu.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_branding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_branding.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_breadcrumbs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_breadcrumbs.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_content.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_content.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_footer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_footer.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_help.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_help.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_local_actions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_local_actions.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_local_tasks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_local_tasks.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_main_menu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_main_menu.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_messages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_messages.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_page_title.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_page_title.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_powered.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_powered.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_search.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_search.yml -------------------------------------------------------------------------------- /config/sync/block.block.bartik_tools.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.bartik_tools.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_breadcrumbs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_breadcrumbs.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_content.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_content.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_help.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_help.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_local_actions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_local_actions.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_login.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_login.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_messages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_messages.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_page_title.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_page_title.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_primary_local_tasks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_primary_local_tasks.yml -------------------------------------------------------------------------------- /config/sync/block.block.seven_secondary_local_tasks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block.block.seven_secondary_local_tasks.yml -------------------------------------------------------------------------------- /config/sync/block_content.type.basic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/block_content.type.basic.yml -------------------------------------------------------------------------------- /config/sync/comment.type.comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/comment.type.comment.yml -------------------------------------------------------------------------------- /config/sync/contact.form.feedback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/contact.form.feedback.yml -------------------------------------------------------------------------------- /config/sync/contact.form.personal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/contact.form.personal.yml -------------------------------------------------------------------------------- /config/sync/contact.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/contact.settings.yml -------------------------------------------------------------------------------- /config/sync/core.base_field_override.node.page.promote.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.base_field_override.node.page.promote.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.fallback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.fallback.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_date.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_date.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_datetime.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_datetime.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_month.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_month.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_time.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_time.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_week.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_week.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_year.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_year.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.html_yearless_date.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.html_yearless_date.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.long.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.long.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.medium.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.medium.yml -------------------------------------------------------------------------------- /config/sync/core.date_format.short.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.date_format.short.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_display.block_content.basic.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_display.block_content.basic.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_display.comment.comment.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_display.comment.comment.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_display.node.article.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_display.node.article.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_display.node.page.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_display.node.page.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_display.node.people.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_display.node.people.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_display.user.user.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_display.user.user.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_form_mode.user.register.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_form_mode.user.register.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.block_content.basic.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.block_content.basic.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.comment.comment.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.comment.comment.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.article.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.article.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.article.rss.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.article.rss.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.article.teaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.article.teaser.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.page.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.page.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.page.teaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.page.teaser.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.people.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.people.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.node.people.teaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.node.people.teaser.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.user.user.compact.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.user.user.compact.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_display.user.user.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_display.user.user.default.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.block_content.full.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.block_content.full.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.comment.full.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.comment.full.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.node.full.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.node.full.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.node.rss.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.node.rss.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.node.search_index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.node.search_index.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.node.search_result.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.node.search_result.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.node.teaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.node.teaser.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.taxonomy_term.full.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.taxonomy_term.full.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.user.compact.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.user.compact.yml -------------------------------------------------------------------------------- /config/sync/core.entity_view_mode.user.full.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.entity_view_mode.user.full.yml -------------------------------------------------------------------------------- /config/sync/core.extension.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.extension.yml -------------------------------------------------------------------------------- /config/sync/core.menu.static_menu_link_overrides.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/core.menu.static_menu_link_overrides.yml -------------------------------------------------------------------------------- /config/sync/dblog.settings.yml: -------------------------------------------------------------------------------- 1 | row_limit: 1000 2 | _core: 3 | default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 4 | -------------------------------------------------------------------------------- /config/sync/editor.editor.basic_html.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/editor.editor.basic_html.yml -------------------------------------------------------------------------------- /config/sync/editor.editor.full_html.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/editor.editor.full_html.yml -------------------------------------------------------------------------------- /config/sync/field.field.block_content.basic.body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.block_content.basic.body.yml -------------------------------------------------------------------------------- /config/sync/field.field.comment.comment.comment_body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.comment.comment.comment_body.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.article.body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.article.body.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.article.comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.article.comment.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.article.field_image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.article.field_image.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.article.field_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.article.field_tags.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.page.body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.page.body.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.people.field_country.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.people.field_country.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.people.field_dob.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.people.field_dob.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.people.field_email.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.people.field_email.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.people.field_first_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.people.field_first_name.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.people.field_ip_address.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.people.field_ip_address.yml -------------------------------------------------------------------------------- /config/sync/field.field.node.people.field_last_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.node.people.field_last_name.yml -------------------------------------------------------------------------------- /config/sync/field.field.user.user.user_picture.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.field.user.user.user_picture.yml -------------------------------------------------------------------------------- /config/sync/field.settings.yml: -------------------------------------------------------------------------------- 1 | purge_batch_size: 50 2 | _core: 3 | default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 4 | -------------------------------------------------------------------------------- /config/sync/field.storage.block_content.body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.block_content.body.yml -------------------------------------------------------------------------------- /config/sync/field.storage.comment.comment_body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.comment.comment_body.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.body.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.body.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.comment.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_country.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_country.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_dob.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_dob.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_email.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_email.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_first_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_first_name.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_image.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_ip_address.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_ip_address.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_last_name.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_last_name.yml -------------------------------------------------------------------------------- /config/sync/field.storage.node.field_tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.node.field_tags.yml -------------------------------------------------------------------------------- /config/sync/field.storage.user.user_picture.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field.storage.user.user_picture.yml -------------------------------------------------------------------------------- /config/sync/field_ui.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/field_ui.settings.yml -------------------------------------------------------------------------------- /config/sync/file.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/file.settings.yml -------------------------------------------------------------------------------- /config/sync/filter.format.basic_html.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/filter.format.basic_html.yml -------------------------------------------------------------------------------- /config/sync/filter.format.full_html.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/filter.format.full_html.yml -------------------------------------------------------------------------------- /config/sync/filter.format.plain_text.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/filter.format.plain_text.yml -------------------------------------------------------------------------------- /config/sync/filter.format.restricted_html.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/filter.format.restricted_html.yml -------------------------------------------------------------------------------- /config/sync/filter.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/filter.settings.yml -------------------------------------------------------------------------------- /config/sync/image.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/image.settings.yml -------------------------------------------------------------------------------- /config/sync/image.style.large.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/image.style.large.yml -------------------------------------------------------------------------------- /config/sync/image.style.medium.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/image.style.medium.yml -------------------------------------------------------------------------------- /config/sync/image.style.thumbnail.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/image.style.thumbnail.yml -------------------------------------------------------------------------------- /config/sync/menu_ui.settings.yml: -------------------------------------------------------------------------------- 1 | override_parent_selector: false 2 | _core: 3 | default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU 4 | -------------------------------------------------------------------------------- /config/sync/migrate_plus.migration.migrate_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/migrate_plus.migration.migrate_csv.yml -------------------------------------------------------------------------------- /config/sync/migrate_plus.migration_group.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/migrate_plus.migration_group.default.yml -------------------------------------------------------------------------------- /config/sync/node.settings.yml: -------------------------------------------------------------------------------- 1 | use_admin_theme: true 2 | _core: 3 | default_config_hash: 2OMXCScXUOLSYID9-phjO4q36nnnaMWNUlDxEqZzG1U 4 | -------------------------------------------------------------------------------- /config/sync/node.type.article.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/node.type.article.yml -------------------------------------------------------------------------------- /config/sync/node.type.page.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/node.type.page.yml -------------------------------------------------------------------------------- /config/sync/node.type.people.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/node.type.people.yml -------------------------------------------------------------------------------- /config/sync/rdf.mapping.comment.comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/rdf.mapping.comment.comment.yml -------------------------------------------------------------------------------- /config/sync/rdf.mapping.node.article.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/rdf.mapping.node.article.yml -------------------------------------------------------------------------------- /config/sync/rdf.mapping.node.page.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/rdf.mapping.node.page.yml -------------------------------------------------------------------------------- /config/sync/rdf.mapping.taxonomy_term.tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/rdf.mapping.taxonomy_term.tags.yml -------------------------------------------------------------------------------- /config/sync/rdf.mapping.user.user.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/rdf.mapping.user.user.yml -------------------------------------------------------------------------------- /config/sync/search.page.node_search.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/search.page.node_search.yml -------------------------------------------------------------------------------- /config/sync/search.page.user_search.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/search.page.user_search.yml -------------------------------------------------------------------------------- /config/sync/search.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/search.settings.yml -------------------------------------------------------------------------------- /config/sync/seven.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/seven.settings.yml -------------------------------------------------------------------------------- /config/sync/shortcut.set.default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/shortcut.set.default.yml -------------------------------------------------------------------------------- /config/sync/system.action.comment_publish_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.comment_publish_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.comment_save_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.comment_save_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.comment_unpublish_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.comment_unpublish_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_delete_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_delete_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_make_sticky_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_make_sticky_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_make_unsticky_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_make_unsticky_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_promote_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_promote_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_publish_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_publish_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_save_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_save_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_unpromote_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_unpromote_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.node_unpublish_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.node_unpublish_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.user_add_role_action.administrator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.user_add_role_action.administrator.yml -------------------------------------------------------------------------------- /config/sync/system.action.user_block_user_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.user_block_user_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.user_cancel_user_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.user_cancel_user_action.yml -------------------------------------------------------------------------------- /config/sync/system.action.user_remove_role_action.administrator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.user_remove_role_action.administrator.yml -------------------------------------------------------------------------------- /config/sync/system.action.user_unblock_user_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.action.user_unblock_user_action.yml -------------------------------------------------------------------------------- /config/sync/system.authorize.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.authorize.yml -------------------------------------------------------------------------------- /config/sync/system.cron.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.cron.yml -------------------------------------------------------------------------------- /config/sync/system.date.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.date.yml -------------------------------------------------------------------------------- /config/sync/system.diff.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.diff.yml -------------------------------------------------------------------------------- /config/sync/system.file.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.file.yml -------------------------------------------------------------------------------- /config/sync/system.image.gd.yml: -------------------------------------------------------------------------------- 1 | jpeg_quality: 75 2 | _core: 3 | default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ 4 | -------------------------------------------------------------------------------- /config/sync/system.image.yml: -------------------------------------------------------------------------------- 1 | toolkit: gd 2 | _core: 3 | default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24 4 | -------------------------------------------------------------------------------- /config/sync/system.logging.yml: -------------------------------------------------------------------------------- 1 | error_level: hide 2 | _core: 3 | default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA 4 | -------------------------------------------------------------------------------- /config/sync/system.mail.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.mail.yml -------------------------------------------------------------------------------- /config/sync/system.maintenance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.maintenance.yml -------------------------------------------------------------------------------- /config/sync/system.menu.account.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.menu.account.yml -------------------------------------------------------------------------------- /config/sync/system.menu.admin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.menu.admin.yml -------------------------------------------------------------------------------- /config/sync/system.menu.footer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.menu.footer.yml -------------------------------------------------------------------------------- /config/sync/system.menu.main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.menu.main.yml -------------------------------------------------------------------------------- /config/sync/system.menu.tools.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.menu.tools.yml -------------------------------------------------------------------------------- /config/sync/system.performance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.performance.yml -------------------------------------------------------------------------------- /config/sync/system.rss.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.rss.yml -------------------------------------------------------------------------------- /config/sync/system.site.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.site.yml -------------------------------------------------------------------------------- /config/sync/system.theme.global.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.theme.global.yml -------------------------------------------------------------------------------- /config/sync/system.theme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/system.theme.yml -------------------------------------------------------------------------------- /config/sync/taxonomy.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/taxonomy.settings.yml -------------------------------------------------------------------------------- /config/sync/taxonomy.vocabulary.country.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/taxonomy.vocabulary.country.yml -------------------------------------------------------------------------------- /config/sync/taxonomy.vocabulary.tags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/taxonomy.vocabulary.tags.yml -------------------------------------------------------------------------------- /config/sync/text.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/text.settings.yml -------------------------------------------------------------------------------- /config/sync/tour.tour.views-ui.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/tour.tour.views-ui.yml -------------------------------------------------------------------------------- /config/sync/update.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/update.settings.yml -------------------------------------------------------------------------------- /config/sync/user.flood.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/user.flood.yml -------------------------------------------------------------------------------- /config/sync/user.mail.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/user.mail.yml -------------------------------------------------------------------------------- /config/sync/user.role.administrator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/user.role.administrator.yml -------------------------------------------------------------------------------- /config/sync/user.role.anonymous.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/user.role.anonymous.yml -------------------------------------------------------------------------------- /config/sync/user.role.authenticated.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/user.role.authenticated.yml -------------------------------------------------------------------------------- /config/sync/user.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/user.settings.yml -------------------------------------------------------------------------------- /config/sync/views.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.settings.yml -------------------------------------------------------------------------------- /config/sync/views.view.archive.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.archive.yml -------------------------------------------------------------------------------- /config/sync/views.view.block_content.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.block_content.yml -------------------------------------------------------------------------------- /config/sync/views.view.comments_recent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.comments_recent.yml -------------------------------------------------------------------------------- /config/sync/views.view.content.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.content.yml -------------------------------------------------------------------------------- /config/sync/views.view.content_recent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.content_recent.yml -------------------------------------------------------------------------------- /config/sync/views.view.files.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.files.yml -------------------------------------------------------------------------------- /config/sync/views.view.frontpage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.frontpage.yml -------------------------------------------------------------------------------- /config/sync/views.view.glossary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.glossary.yml -------------------------------------------------------------------------------- /config/sync/views.view.taxonomy_term.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.taxonomy_term.yml -------------------------------------------------------------------------------- /config/sync/views.view.user_admin_people.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.user_admin_people.yml -------------------------------------------------------------------------------- /config/sync/views.view.who_s_new.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.who_s_new.yml -------------------------------------------------------------------------------- /config/sync/views.view.who_s_online.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/config/sync/views.view.who_s_online.yml -------------------------------------------------------------------------------- /drush/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/drush/README.md -------------------------------------------------------------------------------- /php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/php.ini -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/phpunit.xml.dist -------------------------------------------------------------------------------- /scripts/composer/ScriptHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/composer/ScriptHandler.php -------------------------------------------------------------------------------- /scripts/drupalvm/default.settings.local.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/drupalvm/default.settings.local.php -------------------------------------------------------------------------------- /scripts/drupalvm/local.config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/drupalvm/local.config.yml -------------------------------------------------------------------------------- /scripts/drupalvm/post-provision.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/drupalvm/post-provision.sh -------------------------------------------------------------------------------- /scripts/platformsh/Platformify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/platformsh/Platformify.php -------------------------------------------------------------------------------- /scripts/platformsh/dist.settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/platformsh/dist.settings.php -------------------------------------------------------------------------------- /scripts/platformsh/dist.settings.platformsh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/platformsh/dist.settings.platformsh.php -------------------------------------------------------------------------------- /scripts/platformsh/update_upstream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/scripts/platformsh/update_upstream.sh -------------------------------------------------------------------------------- /test/behat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/test/behat.yml -------------------------------------------------------------------------------- /test/features/Basic.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/test/features/Basic.feature -------------------------------------------------------------------------------- /test/src/FeatureContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/test/src/FeatureContext.php -------------------------------------------------------------------------------- /web/.bundle/config: -------------------------------------------------------------------------------- 1 | --- 2 | BUNDLE_RETRY: 3 3 | -------------------------------------------------------------------------------- /web/.csslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/.csslintrc -------------------------------------------------------------------------------- /web/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/.editorconfig -------------------------------------------------------------------------------- /web/.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/.eslintignore -------------------------------------------------------------------------------- /web/.eslintrc: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "./core/.eslintrc" 3 | } 4 | -------------------------------------------------------------------------------- /web/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/.gitattributes -------------------------------------------------------------------------------- /web/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/.htaccess -------------------------------------------------------------------------------- /web/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/autoload.php -------------------------------------------------------------------------------- /web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/index.php -------------------------------------------------------------------------------- /web/modules/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/modules/custom/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/modules/custom/custom_migrate/artifacts/people.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/modules/custom/custom_migrate/artifacts/people.csv -------------------------------------------------------------------------------- /web/modules/custom/custom_migrate/config/install/migrate_plus.migration.migrate_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/modules/custom/custom_migrate/config/install/migrate_plus.migration.migrate_csv.yml -------------------------------------------------------------------------------- /web/modules/custom/custom_migrate/custom_migrate.info.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/modules/custom/custom_migrate/custom_migrate.info.yml -------------------------------------------------------------------------------- /web/modules/custom/custom_migrate/custom_migrate.module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/modules/custom/custom_migrate/custom_migrate.module -------------------------------------------------------------------------------- /web/profiles/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/robots.txt -------------------------------------------------------------------------------- /web/sites/default/default.services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/default/default.services.yml -------------------------------------------------------------------------------- /web/sites/default/default.settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/default/default.settings.php -------------------------------------------------------------------------------- /web/sites/default/services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/default/services.yml -------------------------------------------------------------------------------- /web/sites/default/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/default/settings.php -------------------------------------------------------------------------------- /web/sites/default/settings.platformsh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/default/settings.platformsh.php -------------------------------------------------------------------------------- /web/sites/development.services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/development.services.yml -------------------------------------------------------------------------------- /web/sites/example.settings.local.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/example.settings.local.php -------------------------------------------------------------------------------- /web/sites/example.sites.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/sites/example.sites.php -------------------------------------------------------------------------------- /web/themes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/README.md -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/.editorconfig -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/.gitattributes -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/.gitignore -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/.hound.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/.hound.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/.travis.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/CHANGELOG.md -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/CNAME: -------------------------------------------------------------------------------- 1 | getbootstrap.com 2 | -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/CONTRIBUTING.md -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/Gruntfile.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/LICENSE -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/README.md -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/_config.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/bower.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/composer.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.min.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/js/bootstrap.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/js/bootstrap.min.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/dist/js/npm.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/LICENSE -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_data/browser-bugs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_data/browser-bugs.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_data/core-team.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_data/core-team.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_data/glyphicons.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_data/glyphicons.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_data/sass-team.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_data/sass-team.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_data/showcase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_data/showcase.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_data/translations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_data/translations.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/ads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/ads.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/alerts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/alerts.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/badges.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/badges.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/breadcrumbs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/breadcrumbs.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/button-dropdowns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/button-dropdowns.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/button-groups.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/button-groups.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/dropdowns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/dropdowns.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/glyphicons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/glyphicons.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/input-groups.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/input-groups.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/jumbotron.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/jumbotron.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/labels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/labels.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/list-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/list-group.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/media.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/media.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/navbar.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/navs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/navs.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/page-header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/page-header.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/pagination.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/pagination.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/panels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/panels.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/progress-bars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/progress-bars.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/responsive-embed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/responsive-embed.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/thumbnails.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/thumbnails.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/wells.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/components/wells.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/buttons.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/code.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/code.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/forms.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/grid.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/helpers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/helpers.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/images.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/images.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/less.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/less.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/overview.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/responsive-utilities.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/responsive-utilities.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/sass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/sass.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/tables.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/css/type.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/customizer-variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/customizer-variables.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/footer.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/accessibility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/accessibility.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/browser-device-support.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/browser-device-support.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/community.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/community.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/disabling-responsiveness.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/disabling-responsiveness.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/download.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/examples.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/grunt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/grunt.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/license.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/template.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/third-party-support.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/third-party-support.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/tools.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/tools.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/translations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/translations.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/whats-included.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/getting-started/whats-included.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/header.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/affix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/affix.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/alerts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/alerts.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/buttons.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/carousel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/carousel.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/collapse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/collapse.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/dropdowns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/dropdowns.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/modal.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/overview.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/popovers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/popovers.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/scrollspy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/scrollspy.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/tabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/tabs.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/tooltips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/tooltips.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/transitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/js/transitions.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/about.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/components.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/components.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/css.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/customize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/customize.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/getting-started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/getting-started.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/javascript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/javascript.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/main.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/migration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_includes/nav/migration.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_jade/customizer-nav.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_jade/customizer-nav.jade -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_jade/customizer-variables.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_jade/customizer-variables.jade -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_layouts/default.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_layouts/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_layouts/home.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_plugins/bridge.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_plugins/bridge.rb -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/_plugins/bugify.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/_plugins/bugify.rb -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/about.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/brand/bootstrap-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/brand/bootstrap-outline.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/brand/bootstrap-punchout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/brand/bootstrap-punchout.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/brand/bootstrap-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/brand/bootstrap-solid.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/docs.min.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/docs.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/docs.min.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/ie10-viewport-bug-workaround.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/src/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/src/docs.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/src/pygments-manni.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/css/src/pygments-manni.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/flash/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/flash/ZeroClipboard.swf -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/components.png -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/devices.png -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-lyft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-lyft.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-newsweek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-newsweek.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-riot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-riot.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-vogue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/expo-vogue.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/sass-less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/img/sass-less.png -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/customize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/customize.min.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/docs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/docs.min.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/ie-emulation-modes-warning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/ie-emulation-modes-warning.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/ie10-viewport-bug-workaround.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/ie10-viewport-bug-workaround.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/ie8-responsive-file-warning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/ie8-responsive-file-warning.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/raw-files.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/raw-files.min.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/src/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/src/application.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/src/customizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/assets/js/src/customizer.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/browser-bugs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/browser-bugs.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/components.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/components.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/css.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/customize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/customize.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap-theme.min.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.min.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/js/bootstrap.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/js/bootstrap.min.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/dist/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/dist/js/npm.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/blog/blog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/blog/blog.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/blog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/blog/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/carousel/carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/carousel/carousel.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/carousel/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/carousel/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/cover/cover.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/cover/cover.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/cover/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/cover/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/dashboard/dashboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/dashboard/dashboard.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/dashboard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/dashboard/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/grid/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/grid/grid.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/grid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/grid/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron-narrow/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron-narrow/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron-narrow/jumbotron-narrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron-narrow/jumbotron-narrow.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron/jumbotron.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/jumbotron/jumbotron.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/justified-nav/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/justified-nav/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/justified-nav/justified-nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/justified-nav/justified-nav.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-fixed-top/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-fixed-top/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-fixed-top/navbar-fixed-top.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-fixed-top/navbar-fixed-top.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-static-top/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-static-top/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-static-top/navbar-static-top.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar-static-top/navbar-static-top.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar/navbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/navbar/navbar.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/non-responsive/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/non-responsive/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/non-responsive/non-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/non-responsive/non-responsive.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/offcanvas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/offcanvas/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/offcanvas/offcanvas.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/offcanvas/offcanvas.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/offcanvas/offcanvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/offcanvas/offcanvas.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/blog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/blog.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/carousel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/carousel.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/cover.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/dashboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/dashboard.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/equal-height-columns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/equal-height-columns.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/grid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/grid.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/jumbotron-narrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/jumbotron-narrow.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/jumbotron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/jumbotron.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/justified-nav.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/justified-nav.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/navbar-fixed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/navbar-fixed.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/navbar-static.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/navbar-static.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/navbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/navbar.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/non-responsive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/non-responsive.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/offcanvas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/offcanvas.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/sign-in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/sign-in.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/starter-template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/starter-template.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/sticky-footer-navbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/sticky-footer-navbar.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/sticky-footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/sticky-footer.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/screenshots/theme.jpg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/signin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/signin/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/signin/signin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/signin/signin.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/starter-template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/starter-template/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/starter-template/starter-template.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/starter-template/starter-template.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer-navbar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer-navbar/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer/sticky-footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/sticky-footer/sticky-footer.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/theme/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/theme/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/theme/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/theme/theme.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/tooltip-viewport/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/tooltip-viewport/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/tooltip-viewport/tooltip-viewport.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/tooltip-viewport/tooltip-viewport.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/examples/tooltip-viewport/tooltip-viewport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/examples/tooltip-viewport/tooltip-viewport.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/favicon.ico -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/getting-started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/getting-started.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/javascript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/javascript.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/migration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/migration.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/robots.txt -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/docs/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/docs/sitemap.xml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/.jshintrc -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-commonjs-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-commonjs-generator.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-glyphicons-data-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-glyphicons-data-generator.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-lessdoc-parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-lessdoc-parser.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-raw-files-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/bs-raw-files-generator.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/configBridge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/configBridge.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/grunt/sauce_browsers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/grunt/sauce_browsers.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/.jscsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/.jscsrc -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/.jshintrc -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/affix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/affix.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/alert.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/button.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/carousel.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/collapse.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/dropdown.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/modal.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/popover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/popover.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/scrollspy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/scrollspy.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tab.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/README.md -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/index.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/.jshintrc -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/affix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/affix.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/alert.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/button.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/carousel.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/collapse.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/dropdown.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/modal.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/phantom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/phantom.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/popover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/popover.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/scrollspy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/scrollspy.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/tab.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/unit/tooltip.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/affix-with-sticky-footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/affix-with-sticky-footer.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/affix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/affix.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/alert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/alert.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/button.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/carousel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/carousel.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/collapse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/collapse.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/dropdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/dropdown.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/modal.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/popover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/popover.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/scrollspy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/scrollspy.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/tab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/tab.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/tooltip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tests/visual/tooltip.html -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/tooltip.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/js/transition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/js/transition.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/.csscomb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/.csscomb.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/.csslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/.csslintrc -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/alerts.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/alerts.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/badges.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/badges.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/bootstrap.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/bootstrap.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/breadcrumbs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/breadcrumbs.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/button-groups.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/button-groups.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/buttons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/buttons.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/carousel.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/carousel.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/close.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/close.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/code.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/code.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/component-animations.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/component-animations.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/dropdowns.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/dropdowns.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/forms.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/forms.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/glyphicons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/glyphicons.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/grid.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/input-groups.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/input-groups.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/jumbotron.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/jumbotron.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/labels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/labels.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/list-group.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/list-group.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/media.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/media.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/alerts.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/alerts.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/background-variant.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/background-variant.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/border-radius.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/border-radius.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/buttons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/buttons.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/center-block.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/center-block.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/clearfix.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/clearfix.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/forms.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/forms.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/gradients.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/gradients.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/grid-framework.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/grid-framework.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/grid.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/hide-text.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/hide-text.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/image.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/image.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/labels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/labels.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/list-group.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/list-group.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/nav-divider.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/nav-divider.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/nav-vertical-align.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/nav-vertical-align.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/opacity.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/opacity.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/pagination.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/pagination.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/panels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/panels.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/progress-bar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/progress-bar.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/reset-filter.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/reset-filter.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/reset-text.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/reset-text.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/resize.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/resize.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/responsive-visibility.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/responsive-visibility.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/size.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/size.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/tab-focus.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/tab-focus.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/table-row.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/table-row.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/text-emphasis.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/text-emphasis.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/text-overflow.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/text-overflow.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/mixins/vendor-prefixes.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/mixins/vendor-prefixes.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/modals.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/modals.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/navbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/navbar.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/navs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/navs.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/normalize.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/normalize.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/pager.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/pager.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/pagination.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/pagination.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/panels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/panels.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/popovers.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/popovers.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/print.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/print.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/progress-bars.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/progress-bars.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/responsive-embed.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/responsive-embed.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/responsive-utilities.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/responsive-utilities.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/scaffolding.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/scaffolding.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/tables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/tables.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/theme.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/theme.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/thumbnails.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/thumbnails.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/tooltip.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/tooltip.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/type.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/type.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/utilities.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/utilities.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/variables.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/less/wells.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/less/wells.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/nuget/MyGet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/nuget/MyGet.ps1 -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/nuget/bootstrap.less.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/nuget/bootstrap.less.nuspec -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/nuget/bootstrap.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/nuget/bootstrap.nuspec -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/package.js -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/package.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/test-infra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/test-infra/README.md -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/test-infra/S3Cachefile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/test-infra/S3Cachefile.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/test-infra/npm-shrinkwrap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/test-infra/npm-shrinkwrap.json -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/test-infra/requirements.txt: -------------------------------------------------------------------------------- 1 | boto==2.25.0 2 | -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/test-infra/s3_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/test-infra/s3_cache.py -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/bootstrap/test-infra/uncached-npm-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/bootstrap/test-infra/uncached-npm-install.sh -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/config/install/sub_bootstrap.settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/config/install/sub_bootstrap.settings.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/config/schema/sub_bootstrap.schema.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/config/schema/sub_bootstrap.schema.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/css/style.css -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/favicon.ico -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/bootstrap.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/bootstrap.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/ajax.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/ajax.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/alert.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/alert.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/field.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/field.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/file.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/file.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/filter.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/filter.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/form.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/form.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/icon.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/icon.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/navbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/navbar.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/panel.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/panel.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/progress-bar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/progress-bar.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/table-drag.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/table-drag.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/tabs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/tabs.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/component/toolbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/component/toolbar.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/jquery-ui/autocomplete.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/jquery-ui/autocomplete.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/overrides.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/overrides.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/style.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/style.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/less/variable-overrides.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/less/variable-overrides.less -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/logo.svg -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/screenshot.png -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/sub_bootstrap.info.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/sub_bootstrap.info.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/sub_bootstrap.libraries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/sub_bootstrap.libraries.yml -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/sub_bootstrap.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/sub_bootstrap.theme -------------------------------------------------------------------------------- /web/themes/custom/sub_bootstrap/templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/themes/custom/sub_bootstrap/templates/README.md -------------------------------------------------------------------------------- /web/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/update.php -------------------------------------------------------------------------------- /web/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heddn/d8_custom_migrate/HEAD/web/web.config --------------------------------------------------------------------------------