Skip to content
Snippets Groups Projects
Commit 2cc70576 authored by project update bot's avatar project update bot Committed by Naveen Valecha
Browse files

Issue #3429725 by Project Update Bot, naveenvalecha: Automated Drupal 11...

Issue #3429725 by Project Update Bot, naveenvalecha: Automated Drupal 11 compatibility fixes for custom_meta
parent 03487658
No related branches found
No related tags found
1 merge request!7Issue #3429725 by Project Update Bot, naveenvalecha: Automated Drupal 11 compatibility fixes for custom_meta.
Pipeline #297778 passed with warnings
################
# DrupalCI GitLabCI template
#
# Gitlab-ci.yml to replicate DrupalCI testing for Contrib
#
# With thanks to:
# * The GitLab Acceleration Initiative participants
# * DrupalSpoons
################
################
# Guidelines
#
# This template is designed to give any Contrib maintainer everything they need to test, without requiring modification. It is also designed to keep up to date with Core Development automatically through the use of include files that can be centrally maintained.
#
# However, you can modify this template if you have additional needs for your project.
################
################
# Includes
#
......@@ -46,52 +28,12 @@ include:
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
# variables:
# SKIP_ESLINT: '1'
###################################################################################
#
# *
# /(
# ((((,
# /(((((((
# ((((((((((*
# ,(((((((((((((((
# ,(((((((((((((((((((
# ((((((((((((((((((((((((*
# *(((((((((((((((((((((((((((((
# ((((((((((((((((((((((((((((((((((*
# *(((((((((((((((((( .((((((((((((((((((
# ((((((((((((((((((. /(((((((((((((((((*
# /((((((((((((((((( .(((((((((((((((((,
# ,(((((((((((((((((( ((((((((((((((((((
# .(((((((((((((((((((( .(((((((((((((((((
# ((((((((((((((((((((((( ((((((((((((((((/
# (((((((((((((((((((((((((((/ ,(((((((((((((((*
# .((((((((((((((/ /(((((((((((((. ,(((((((((((((((
# *(((((((((((((( ,(((((((((((((/ *((((((((((((((.
# ((((((((((((((, /(((((((((((((. ((((((((((((((,
# (((((((((((((/ ,(((((((((((((* ,(((((((((((((,
# *((((((((((((( .((((((((((((((( ,(((((((((((((
# ((((((((((((/ /((((((((((((((((((. ,((((((((((((/
# ((((((((((((( *(((((((((((((((((((((((* *((((((((((((
# ((((((((((((( ,(((((((((((((..((((((((((((( *((((((((((((
# ((((((((((((, /((((((((((((* /((((((((((((/ ((((((((((((
# ((((((((((((( /((((((((((((/ (((((((((((((* ((((((((((((
# (((((((((((((/ /(((((((((((( ,((((((((((((, *((((((((((((
# (((((((((((((( *(((((((((((/ *((((((((((((. ((((((((((((/
# *((((((((((((((((((((((((((, /(((((((((((((((((((((((((
# ((((((((((((((((((((((((( ((((((((((((((((((((((((,
# .(((((((((((((((((((((((/ ,(((((((((((((((((((((((
# ((((((((((((((((((((((/ ,(((((((((((((((((((((/
# *((((((((((((((((((((( (((((((((((((((((((((,
# ,(((((((((((((((((((((, ((((((((((((((((((((/
# ,(((((((((((((((((((((* /((((((((((((((((((((
# ((((((((((((((((((((((, ,/((((((((((((((((((((,
# ,(((((((((((((((((((((((((((((((((((((((((((((((((((
# .(((((((((((((((((((((((((((((((((((((((((((((
# .((((((((((((((((((((((((((((((((((((,.
# .,(((((((((((((((((((((((((.
#
###################################################################################
variables:
_CSPELL_IGNORE_PATHS: 'README.md'
_CSPELL_WORDS: 'metas'
RUN_JOB_UPGRADE_STATUS: '1'
# Broaden test coverage.
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_MAX_PHP: 1
OPT_IN_TEST_NEXT_MAJOR: 1
# Custom Meta
The module allows you to define and manage custom meta tags.
Simply select the Meta attribute (property, name, http-equiv)
and set the name, label, and description of the tag.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/custom_meta).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/custom_meta).
## Requirements
This module requires the following modules:
- [Metatag](https://www.drupal.org/project/metatag)
## Installation
- Install as you would normally install a contributed Drupal module. Visit
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-modules)
for further information.
## Configuration
- Configure the custom meta tags in
`Administration » Configuration » Search and Metadata » Metatag » Custom Meta Tags`:
- Create the custom meta tags
- The meta tags will be available for configuration in meta tag settings
under
`Administration » Configuration » Search and Metadata » Metatag » Settings`
## FAQ
**Q: I have changed the "Meta attribute", but meta tag is not appearing.
Is this normal?**
**A:** Yes, this is the intended behavior. you need to flush the cache to let
it appear again.
## Maintainers
- Naveen Valecha - [naveenvalecha](https://www.drupal.org/u/naveenvalecha)
**This project has been sponsored by:**
- Morpht - Visit [Morpht](https://www.morpht.com) for more information.
INTRODUCTION
------------
The module allows you to define and manage custom meta tags.
Simply select the Meta attribute (property, name, http-equiv) and set the name, label, and description of the tag.
REQUIREMENTS
------------
This module requires the following modules:
* [Metatag](https://www.drupal.org/project/metatag)
INSTALLATION
------------
* Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
------------
* Configure the custom meta tags in Administration » Configuration » Search and Metadata » Metatag » Custom Meta Tags:
- Create the custom meta tags
- The meta tags will be available for configuration in meta tag settings under
Administration » Configuration » Search and Metadata » Metatag » Settings
FAQ
---
Q: I have changed the "Meta attribute", but meta tag is not appearing. Is this normal?
A: Yes, this is the intended behavior. you need to flush the cache to let it appear again.
MAINTAINERS
-----------
Current maintainers:
* Naveen Valecha (naveenvalecha) - https://www.drupal.org/u/naveenvalecha
This project has been sponsored by:
* Morpht
Visit https://www.morpht.com for more information.
name: Custom Meta
type: module
description: Builds on top of Metatag to deliver extra functionality.
core_version_requirement: ^9.5 || ^10
core_version_requirement: ^9.5 || ^10 || ^11
package: SEO
configure: custom_meta.admin_overview
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment