You are here

AlWindowsUniversalUrl.php in Metatag 8

File

metatag_app_links/src/Plugin/metatag/Tag/AlWindowsUniversalUrl.php
View source
<?php

namespace Drupal\metatag_app_links\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;

/**
 * The AppLinks Windows Universal app URL scheme meta tag.
 *
 * @MetatagTag(
 *   id = "al_windows_universal_url",
 *   label = @Translation("Windows Universal app URL scheme"),
 *   description = @Translation("A custom scheme for the iOS app. <strong>This attribute is required by the app Links specification.</strong>"),
 *   name = "al:windows_universal:url",
 *   group = "app_links",
 *   weight = 1,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class AlWindowsUniversalUrl extends MetaPropertyBase {

}

Classes

Namesort descending Description
AlWindowsUniversalUrl The AppLinks Windows Universal app URL scheme meta tag.