Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_mobile / src / Plugin / metatag / Group / WindowsMobile.php
diff --git a/web/modules/contrib/metatag/metatag_mobile/src/Plugin/metatag/Group/WindowsMobile.php b/web/modules/contrib/metatag/metatag_mobile/src/Plugin/metatag/Group/WindowsMobile.php
new file mode 100644 (file)
index 0000000..62893d7
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+/**
+ * @file
+ * Contains \Drupal\metatag_mobile\Plugin\metatag\Group\WindowsMobile.
+ */
+
+namespace Drupal\metatag_mobile\Plugin\metatag\Group;
+
+/**
+ * The Windows mobile group.
+ *
+ * @MetatagGroup(
+ *   id = "windows_mobile",
+ *   label = @Translation("Windows & Windows Mobile"),
+ *   description = @Translation("Custom meta tags used by the Windows and Windows Mobile OSes, IE browser, etc."),
+ *   weight = 83
+ * )
+ */
+class WindowsMobile extends GroupBase {
+  // Inherits everything from Base.
+}
\ No newline at end of file