Identify the issues that are needed for the next beta release.

Comments

DamienMcKenna created an issue. See original summary.

KevinVb’s picture

Can metatag panels be taken into the next release?

In Drupal 7 we could specify metatag for custom pages made in pagemanager. Due to export issues with features we always used metatags quick.
Because of the state that metatags quick is a duplicate of metatag I would like to see the page manager feature back in the metatag module.

DamienMcKenna’s picture

I'll happily review some patches for Panels integration, but I'm not personally planning on working on that for some time, there are a lot more items of a higher priority that need work first.

If you are considering working on this, please take the discussion to #2563657: Panels / Page Manager integration. Thanks!

LaravZ’s picture

Would it be possible to clear up some w3c validation errors? At this moment, inclusion of the metatag module leads to the following html validation errors:
- Error:: Attribute “xmlns:article” not allowed here.
- Info: Attribute with the local name “xmlns:article” is not serializable as XML 1.0.

These are defined in the metatag.module file in the following lines:
// Namespaces for OpenGraph.
$namespaces['xmlns:article'] = "http://ogp.me/ns/article#";
$namespaces['xmlns:book'] = "http://ogp.me/ns/book#";
$namespaces['xmlns:product'] = "http://ogp.me/ns/product#";
$namespaces['xmlns:profile'] = "http://ogp.me/ns/profile#";
$namespaces['xmlns:video'] = "http://ogp.me/ns/video#";

EDIT: Added as new validation issue (https://www.drupal.org/node/2753595) as per DamienMcKenna's suggestion.

DamienMcKenna’s picture

@LaravZ: Please add a new issue for the validation problems. Thanks.

adhariwal’s picture

Now metatags can not be added with per node and can only be defined globally on per content type. Is it possible to reinstate the earlier functionality of drupal 7 where it was possible to define metatags per content basis?

DamienMcKenna’s picture

@adhariwal: The README.txt file explains what is necessary - you have to add a "Metatag" field to the content types (or other entities) where you want to be able to override the defaults.

heddn’s picture

Once #2752239: Fix console commands lands, I'd like to see a new beta. Too many sites use drupal console and without that patch, console simply dies a painful death.

DamienMcKenna’s picture

@heddn: I use issue parent/child relationships to indicate which release changes should go into, but thanks for the vote on that issue.

DamienMcKenna’s picture

DamienMcKenna’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.