Create a block of testimonials
Sorted by weight, added using the Weight module. https://www.drupal.org/project/weight If two testimonials have the same weight, they are sorted by their created date.
This commit is contained in:
parent
b8ca93ff2b
commit
cfb98aea2f
15 changed files with 381 additions and 14 deletions
69
composer.lock
generated
69
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "1ff6a5ebbdbd6b8ff35a83d72a82734a",
|
||||
"content-hash": "9de034f4d257697188aeb2bb2216ee7e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -3073,6 +3073,73 @@
|
|||
"source": "https://git.drupalcode.org/project/tome"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/weight",
|
||||
"version": "3.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/weight.git",
|
||||
"reference": "8.x-3.6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/weight-8.x-3.6.zip",
|
||||
"reference": "8.x-3.6",
|
||||
"shasum": "071c378a6f4887b15a9e68c1414c94735282e20c"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.5 || ^10.2 || ^11.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/feeds": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-3.6",
|
||||
"datestamp": "1729637541",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "heddn",
|
||||
"homepage": "https://www.drupal.org/user/1463982"
|
||||
},
|
||||
{
|
||||
"name": "kevinquillen",
|
||||
"homepage": "https://www.drupal.org/user/317279"
|
||||
},
|
||||
{
|
||||
"name": "NancyDru",
|
||||
"homepage": "https://www.drupal.org/user/101412"
|
||||
},
|
||||
{
|
||||
"name": "neslee canil pinto",
|
||||
"homepage": "https://www.drupal.org/user/3580850"
|
||||
},
|
||||
{
|
||||
"name": "vladimiraus",
|
||||
"homepage": "https://www.drupal.org/user/673120"
|
||||
}
|
||||
],
|
||||
"description": "Allows arbitrary ordering of entities.",
|
||||
"homepage": "https://www.drupal.org/project/weight",
|
||||
"keywords": [
|
||||
"Drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/weight",
|
||||
"issues": "https://www.drupal.org/project/issues/weight"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/yoast_seo",
|
||||
"version": "2.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue