Skip to content
Snippets Groups Projects
Commit f7448ce1 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3409499: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Blog and...

Issue #3409499: Update Drupal Core from ~10.1.0 to ~10.2.0 for Web Blog and add Web Patches for PHP 8.3 local patching recipes
parent 27e96ff3
No related branches found
No related tags found
No related merge requests found
# Web Blog
### Website Blogs Content.
Create Blog content type and add views for the home page and Blog page with Drupal.
Enhances your Drupal site by introducing a versatile Blog content type along
with customized views for the home page and dedicated blog pages.
* Create **Web Blog** Content Type
* Create Web Blogs view
** Web Blogs List Block
** Featured Web Blogs Block
\ No newline at end of file
### Key Features:
* **Blog Content Type**: Introduces a specialized Blog content type for structured and
organized blogging.
* **Custom Views**: Provides pre-configured views for the home page and
dedicated blog pages, streamlining the presentation of blog content.
* **User-Friendly**: Easy-to-use interface for both content creators
and site visitors, promoting a seamless blogging experience.
{
"name": "drupal/webblog",
"description": "Create Web Blog content type, and make views to display content.",
"description": "Enhances your Drupal site by introducing a versatile Blog content type along with customized views for the home page and dedicated blog pages.",
"type": "drupal-module",
"license": "GPL-1.0-or-later",
"minimum-stability": "dev",
......@@ -22,10 +22,11 @@
}
},
"require": {
"drupal/core": "~10.1.0",
"drupal/core": "~10.2.0",
"drupal/webpatches": "~10.0",
"drupal/webdev": "~10.0",
"drupal/webassets": "~10.0",
"drupal/manage_display": "~2.0",
"drupal/entityqueue": "~1.0",
"drupal/webdev": "10.0.x-dev",
"drupal/webassets": "10.0.x-dev"
"drupal/entityqueue": "~1.0"
}
}
{
"name": "webblog",
"private": true,
"description": "Create Web Blog content type, and make views to display content.",
"description": "Enhances your Drupal site by introducing a versatile Blog content type along with customized views for the home page and dedicated blog pages.",
"license": "GPL-2.0",
"engines": {
"yarn": ">= 1.6",
......@@ -23,39 +23,38 @@
},
"dependencies": { },
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-yml": "^1.2.0",
"glob": "^8.0.3",
"jsdom": "^20.0.0",
"loadjs": "4.2.x",
"minimist": "^1.2.2",
"mkdirp": "^1.0.4",
"nightwatch": "^2.3.9",
"normalize.css": "8.0.x",
"postcss": "^8.4.16",
"postcss-header": "^3.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^8.3.2",
"postcss-pxtorem": "^6.0.0",
"postcss-url": "^10.1.3",
"prettier": "^2.1.2",
"shepherd.js": "~10.0.1",
"sortablejs": "1.15.x",
"stylelint": "^15.5.0",
"webship-js": "~1",
"eslint": "~8",
"eslint-config-airbnb-base": "~15",
"eslint-config-prettier": "~8",
"eslint-plugin-import": "~2",
"eslint-plugin-jquery": "~1",
"eslint-plugin-prettier": "~4",
"eslint-plugin-yml": "~1",
"glob": "~8",
"loadjs": "~4",
"minimist": "~1",
"mkdirp": "~1",
"normalize.css": "~8",
"postcss": "~8",
"postcss-header": "~3",
"postcss-import": "~15",
"postcss-preset-env": "~8",
"postcss-pxtorem": "~6",
"postcss-url": "~10",
"prettier": "~2",
"shepherd.js": "~10",
"sortablejs": "~1",
"stylelint": "~15",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"tabbable": "~6.0.0",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.3.3",
"underscore": "~1.13.4",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.0"
"stylelint-config-standard": "~33",
"stylelint-order": "~6",
"tabbable": "~6",
"terser": "~5",
"terser-webpack-plugin": "~5",
"underscore": "~1",
"webpack": "~5",
"webpack-cli": "~5"
},
"browserslist": [
"last 2 Chrome major versions",
......
name: Web Blog
description: "Create Web Blog content type, and make views to display content."
description: "Enhances your Drupal site by introducing a versatile Blog content type along with customized views for the home page and dedicated blog pages."
type: module
core_version_requirement: ~10.1.0
core_version_requirement: ~10.2.0
dependencies:
- drupal:path
- drupal:text
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment