You are here

AlWindowsUrl.php in Metatag 8

File

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

namespace Drupal\metatag_app_links\Plugin\metatag\Tag;

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

/**
 * The AppLinks Windows App URL scheme meta tag.
 *
 * @MetatagTag(
 *   id = "al_windows_url",
 *   label = @Translation("Windows 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:url",
 *   group = "app_links",
 *   weight = 1,
 *   type = "string",
 *   secure = FALSE,
 *   multiple = FALSE
 * )
 */
class AlWindowsUrl extends MetaPropertyBase {

}

Classes

Namesort descending Description
AlWindowsUrl The AppLinks Windows App URL scheme meta tag.