You are here

TwitterCardsGalleryImage0.php in Metatag 8

File

metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsGalleryImage0.php
View source
<?php

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;

/**
 * The Twitter Cards gallery image0 metatag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_gallery_image0",
 *   label = @Translation("1st gallery image"),
 *   description = @Translation("A URL to the image representing the first photo in your gallery."),
 *   name = "twitter:gallery:image0",
 *   group = "twitter_cards",
 *   weight = 200,
 *   type = "image",
 *   secure = FALSE,
 *   multiple = FALSE,
 *   absolute_url = TRUE
 * )
 */
class TwitterCardsGalleryImage0 extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsGalleryImage0 The Twitter Cards gallery image0 metatag.