home actu date format
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
"drupal/core-project-message": "^9.2",
|
"drupal/core-project-message": "^9.2",
|
||||||
"drupal/core-recommended": "^9.2",
|
"drupal/core-recommended": "^9.2",
|
||||||
"drupal/entity_type_clone": "^1.7",
|
"drupal/entity_type_clone": "^1.7",
|
||||||
|
"drupal/formatter_suite": "^1.3",
|
||||||
"drupal/image_delta_formatter": "^1.1",
|
"drupal/image_delta_formatter": "^1.1",
|
||||||
"drupal/linked_field": "^1.3",
|
"drupal/linked_field": "^1.3",
|
||||||
"drupal/manage_display": "1.x-dev@dev",
|
"drupal/manage_display": "1.x-dev@dev",
|
||||||
|
|||||||
Generated
+54
-1
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "8da11cb17c76f007a4b59bc7b1621d49",
|
"content-hash": "2f530ca63b35467ffc3f75fb217a0d22",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
@@ -5371,6 +5371,59 @@
|
|||||||
"source": "https://git.drupalcode.org/project/filter_perms"
|
"source": "https://git.drupalcode.org/project/filter_perms"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/formatter_suite",
|
||||||
|
"version": "1.3.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/formatter_suite.git",
|
||||||
|
"reference": "8.x-1.3"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/formatter_suite-8.x-1.3.zip",
|
||||||
|
"reference": "8.x-1.3",
|
||||||
|
"shasum": "ac7bd151141e4b362d02744e8ea125d7e6919af2"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.3",
|
||||||
|
"datestamp": "1595830765",
|
||||||
|
"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": "nadeau",
|
||||||
|
"homepage": "https://www.drupal.org/user/103422"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "toamit",
|
||||||
|
"homepage": "https://www.drupal.org/user/2820523"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Field formaters to present numbers, text, links, etc.",
|
||||||
|
"homepage": "https://www.drupal.org/project/formatter_suite",
|
||||||
|
"keywords": [
|
||||||
|
"Drupal",
|
||||||
|
"Format"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/formatter_suite",
|
||||||
|
"issues": "http://drupal.org/project/issues/formatter_suite"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/honeypot",
|
"name": "drupal/honeypot",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
uuid: 04d26045-006a-43a3-8b1b-0c2c21ba943c
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: short_text
|
||||||
|
label: 'short text'
|
||||||
|
locked: false
|
||||||
|
pattern: 'd M. Y'
|
||||||
@@ -37,7 +37,7 @@ content:
|
|||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: html_date
|
format_type: short_text
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_images:
|
field_images:
|
||||||
type: image_delta_formatter
|
type: image_delta_formatter
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ module:
|
|||||||
file: 0
|
file: 0
|
||||||
filter: 0
|
filter: 0
|
||||||
filter_perms: 0
|
filter_perms: 0
|
||||||
|
formatter_suite: 0
|
||||||
help: 0
|
help: 0
|
||||||
honeypot: 0
|
honeypot: 0
|
||||||
image: 0
|
image: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user