Skip to content

Commit

Permalink
Init commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd12132ee committed Aug 10, 2022
1 parent 28b9519 commit 17b8fec
Show file tree
Hide file tree
Showing 3 changed files with 11,503 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vendor
core
modules
libraries

.idea
112 changes: 112 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"name": "ciandt-china/hundun_seo",
"description": "Provide Search Engine Optimization (SEO) Core features and settings.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Ciandt",
"homepage": "https://github.com/ciandt-china-dev",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"drupal/admin_audit_trail": "1.0.x-dev",
"drupal/admin_toolbar": "3.x-dev",
"drupal/advanced_text_formatter": "^2.1",
"drupal/allowed_formats": "1.x-dev",
"drupal/antibot": "2.0.x-dev",
"drupal/autocomplete_deluxe": "2.0.x-dev",
"drupal/better_exposed_filters": "5.x-dev",
"drupal/better_normalizers": "1.x-dev",
"drupal/betterlogin": "1.x-dev",
"drupal/block_class": "2.0.x-dev",
"drupal/block_content_permissions": "1.x-dev",
"drupal/bootstrap_layouts": "5.x-dev",
"drupal/captcha": "1.x-dev",
"drupal/coffee": "1.x-dev",
"drupal/config_ignore": "3.x-dev",
"drupal/config_inspector": "2.1.x-dev",
"drupal/config_perms": "2.x-dev",
"drupal/config_update": "^1.5",
"drupal/content_lock": "2.x-dev",
"drupal/ctools": "^3.1",
"drupal/default_content": "2.0.x-dev",
"drupal/devel": "4.x-dev",
"drupal/diff": "1.x-dev",
"drupal/email_registration": "1.x-dev",
"drupal/entity": "1.x-dev",
"drupal/entity_clone": "1.x-dev",
"drupal/entity_reference_revisions": "1.x-dev",
"drupal/entity_usage": "4.x-dev",
"drupal/entityqueue": "1.x-dev",
"drupal/entityqueue_form_widget": "2.0.x-dev",
"drupal/extlink": "1.x-dev",
"drupal/fast_404": "2.x-dev",
"drupal/field_group": "3.x-dev",
"drupal/flood_control": "2.2.x-dev",
"drupal/genpass": "1.x-dev",
"drupal/honeypot": "2.1.x-dev",
"drupal/inline_entity_form": "1.x-dev",
"drupal/jquery_ui_accordion": "1.x-dev",
"drupal/layout_builder_restrictions": "2.x-dev",
"drupal/length_indicator": "1.x-dev",
"drupal/link_attributes": "1.x-dev",
"drupal/login_destination": "2.x-dev",
"drupal/mailsystem": "4.x-dev",
"drupal/masquerade": "2.x-dev",
"drupal/maxlength": "2.0.x-dev",
"drupal/menu_admin_per_menu": "1.x-dev",
"drupal/menu_block": "1.x-dev",
"drupal/menu_position": "1.x-dev",
"drupal/node_edit_protection": "1.x-dev",
"drupal/panels": "4.x-dev",
"drupal/password_policy": "3.x-dev",
"drupal/persistent_login": "1.x-dev",
"drupal/prevent_homepage_deletion": "^2.0",
"drupal/rabbit_hole": "2.x-dev",
"drupal/recaptcha": "3.x-dev",
"drupal/reroute_email": "2.x-dev",
"drupal/responsive_preview": "1.x-dev",
"drupal/revision_log_default": "1.x-dev",
"drupal/roleassign": "1.x-dev",
"drupal/seckit": "2.x-dev",
"drupal/security_review": "1.x-dev",
"drupal/shield": "2.x-dev",
"drupal/smart_trim": "^1.0",
"drupal/stage_file_proxy": "1.x-dev",
"drupal/taxonomy_access_fix": "4.x-dev",
"drupal/token": "1.x-dev",
"drupal/token_filter": "2.x-dev",
"drupal/tour_ui": "1.x-dev",
"drupal/ultimate_cron": "2.x-dev",
"drupal/username_enumeration_prevention": "1.x-dev",
"drupal/userprotect": "1.x-dev",
"drupal/views_bootstrap": "5.5.x-dev",
"drupal/views_bulk_edit": "2.x-dev",
"drupal/views_bulk_operations": "4.1.x-dev",
"drupal/views_infinite_scroll": "2.0.x-dev",
"drupal/viewsreference": "2.x-dev",
"drupal/page_manager": "4.x-dev",
"drupal/update_helper": "3.0.x-dev",
"drupal/vmi": "3.0.x-dev",
"drupal/webform": "6.x-dev",
"drupal/webform_views": "5.x-dev"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true
}

}
Loading

0 comments on commit 17b8fec

Please sign in to comment.