Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / AppLinks.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/AppLinks.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/AppLinks.php
new file mode 100644 (file)
index 0000000..70e6e00
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The App Links group.
+ *
+ * @MetatagGroup(
+ *   id = "app_links",
+ *   label = @Translation("App Links"),
+ *   description = @Translation("Meta tags used to expose App Links for app deep linking. See <a href='http://applinks.org/'>applinks.org</a> for details and documentation.."),
+ *   weight = 9
+ * )
+ */
+class AppLinks extends GroupBase {
+  // Inherits everything from Base.
+}