Merge pull request #68 from openeuropa/OEL-1017
OEL-1017: [oe_whitelabel] Style the news content type.
No related branches found
No related tags found
Showing
- .drone.yml 1 addition, 1 deletion.drone.yml
- composer.json 25 additions, 10 deletionscomposer.json
- docker-compose.yml 1 addition, 1 deletiondocker-compose.yml
- modules/oe_whitelabel_news/README.md 1 addition, 0 deletionsmodules/oe_whitelabel_news/README.md
- modules/oe_whitelabel_news/config/install/core.date_format.oe_whitelabel_news_date.yml 7 additions, 0 deletions...nfig/install/core.date_format.oe_whitelabel_news_date.yml
- modules/oe_whitelabel_news/config/install/core.entity_view_display.node.oe_news.full.yml 59 additions, 0 deletions...ig/install/core.entity_view_display.node.oe_news.full.yml
- modules/oe_whitelabel_news/config/install/core.entity_view_display.node.oe_news.teaser.yml 60 additions, 0 deletions.../install/core.entity_view_display.node.oe_news.teaser.yml
- modules/oe_whitelabel_news/oe_whitelabel_news.info.yml 14 additions, 0 deletionsmodules/oe_whitelabel_news/oe_whitelabel_news.info.yml
- modules/oe_whitelabel_news/oe_whitelabel_news.module 76 additions, 0 deletionsmodules/oe_whitelabel_news/oe_whitelabel_news.module
- modules/oe_whitelabel_news/templates/field--node--oe-publication-date--oe-news.html.twig 16 additions, 0 deletions...lates/field--node--oe-publication-date--oe-news.html.twig
- modules/oe_whitelabel_news/templates/node--oe-news--full.html.twig 25 additions, 0 deletions...e_whitelabel_news/templates/node--oe-news--full.html.twig
- modules/oe_whitelabel_news/templates/node--oe-news--teaser.html.twig 21 additions, 0 deletions...whitelabel_news/templates/node--oe-news--teaser.html.twig
- tests/src/Functional/ContentNewsRenderTest.php 157 additions, 0 deletionstests/src/Functional/ContentNewsRenderTest.php
- tests/src/Functional/WhitelabelBrowserTestBase.php 37 additions, 0 deletionstests/src/Functional/WhitelabelBrowserTestBase.php
... | ... | @@ -6,29 +6,34 @@ |
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": ">=7.3", | ||
"php": ">=7.4", | ||
"cweagans/composer-patches": "^1.7", | ||
"drupal/core": "^8.9 || ^9.1", | ||
"drupal/core": "^8.9 || ^9.2", | ||
"openeuropa/oe_bootstrap_theme": "0.1.202202072010" | ||
}, | ||
"require-dev": { | ||
"composer/installers": "^1.11", | ||
"drupal/core-composer-scaffold": "^8.9 || ^9.1", | ||
"drupal/config_devel": "~1.2", | ||
"drupal/better_exposed_filters": "^5.0", | ||
"drupal/config_devel": "~1.2", | ||
"drupal/core-composer-scaffold": "^8.9 || ^9.2", | ||
"drupal/ctools": "^3.7", | ||
"drupal/drupal-extension": "~4.1", | ||
"drupal/file_link": "^2.0.4", | ||
"drupal/pathauto": "^1.8", | ||
"drupal/search_api": "^1.21", | ||
"drupal/search_api_autocomplete": "^1.5", | ||
"drush/drush": "^10.3", | ||
"openeuropa/code-review": "1.7", | ||
"easyrdf/easyrdf": "1.0.0 as 0.9.1", | ||
"egulias/email-validator": "^2.1.22 || ^3.0", | ||
"openeuropa/code-review": "^1.7 || ^2.0", | ||
"openeuropa/composer-artifacts": "~0.1", | ||
"openeuropa/drupal-core-require-dev": "^8.9 || ^9.1", | ||
"openeuropa/drupal-core-require-dev": "^8.9 || ^9.2", | ||
"openeuropa/oe_authentication": "^1.4", | ||
"openeuropa/oe_corporate_blocks": "^4.4", | ||
"openeuropa/oe_multilingual": "^1.9", | ||
"openeuropa/oe_starter_content": "1.x-dev", | ||
"openeuropa/task-runner-drupal-project-symlink": "^1.0", | ||
"phpspec/prophecy-phpunit": "^1 || ^2", | ||
"easyrdf/easyrdf": "1.0.0 as 0.9.1", | ||
"drupal/search_api": "^1.21", | ||
"drupal/search_api_autocomplete": "^1.5" | ||
"phpspec/prophecy-phpunit": "^1 || ^2" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": "./vendor/bin/run drupal:site-setup", | ||
... | ... | @@ -38,6 +43,10 @@ |
"drupal":{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
}, | ||
"openeuropa/oe_starter_content": { | ||
"type": "git", | ||
"url": "https://github.com/openeuropa/oe_starter_content" | ||
} | ||
}, | ||
"extra": { | ||
... | ... | @@ -56,6 +65,12 @@ |
"web-root": "./build" | ||
} | ||
}, | ||
"_readme": [ | ||
"Explicit minimum version requirement of drupal/ctools module due to D9.2 compatability.", | ||
"Explicit requirement for drupal/file_link due to https://www.drupal.org/project/file_link/issues/3147517. It can be removed when oe_media requires version 2.0.4 or above.", | ||
"Explicit requirement for drupal/pathauto due to D9.2 compatability according to https://www.drupal.org/node/2979476.", | ||
"Explicit requirement for egulias/email-validator due to https://www.drupal.org/project/drupal/issues/3061074#comment-14300579. It can be removed when Drupal core 9.2 support is droppped." | ||
], | ||
"installer-paths": { | ||
"build/core": [ | ||
"type:drupal-core" | ||
... | ... |
modules/oe_whitelabel_news/README.md
0 → 100644
Please register or sign in to comment