X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_app_links%2Fsrc%2FPlugin%2Fmetatag%2FTag%2FAlWindowsPhoneUrl.php;fp=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_app_links%2Fsrc%2FPlugin%2Fmetatag%2FTag%2FAlWindowsPhoneUrl.php;h=c49e98631bd5d8f5a42a188d808cb6414c282f09;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/metatag/metatag_app_links/src/Plugin/metatag/Tag/AlWindowsPhoneUrl.php b/web/modules/contrib/metatag/metatag_app_links/src/Plugin/metatag/Tag/AlWindowsPhoneUrl.php new file mode 100644 index 000000000..c49e98631 --- /dev/null +++ b/web/modules/contrib/metatag/metatag_app_links/src/Plugin/metatag/Tag/AlWindowsPhoneUrl.php @@ -0,0 +1,24 @@ +This attribute is required by the app Links specification."), + * name = "al:windows_phone:url", + * group = "app_links", + * weight = 1, + * type = "string", + * secure = FALSE, + * multiple = FALSE + * ) + */ +class AlWindowsPhoneUrl extends MetaPropertyBase { + // Nothing here yet. Just a placeholder class for a plugin. +}