Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / metatag_dc_advanced / src / Plugin / metatag / Group / DublinCoreAdvanced.php
index 62afc6e8e0d45b0d01d887dbe73dae4591d96125..273e29245d432ceddee6c6012e2b370242f27b02 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\metatag_dc_advanced\Plugin\metatag\Group;
 
-use \Drupal\metatag\Plugin\metatag\Group\GroupBase;
+use Drupal\metatag\Plugin\metatag\Group\GroupBase;
 
 /**
  * Provides a plugin for the 'Dublin Core Additional Tags' meta tag group.
@@ -11,7 +11,7 @@ use \Drupal\metatag\Plugin\metatag\Group\GroupBase;
  *   id = "dublin_core_advanced",
  *   label = @Translation("Dublin Core Additional Tags"),
  *   description = @Translation("These tags are not part of the Metadata Element Set but may be useful for certain scenarios."),
- *   weight = 0,
+ *   weight = 4,
  * )
  */
 class DublinCoreAdvanced extends GroupBase {