You are here

TwitterCardsGalleryImage1.php in Metatag 8

File

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

namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;

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

/**
 * The Twitter Cards gallery image1 metatag.
 *
 * @MetatagTag(
 *   id = "twitter_cards_gallery_image1",
 *   label = @Translation("2nd gallery image"),
 *   description = @Translation("A URL to the image representing the second photo in your gallery."),
 *   name = "twitter:gallery:image1",
 *   group = "twitter_cards",
 *   weight = 201,
 *   type = "image",
 *   secure = FALSE,
 *   multiple = FALSE,
 *   absolute_url = TRUE
 * )
 */
class TwitterCardsGalleryImage1 extends MetaNameBase {

}

Classes

Namesort descending Description
TwitterCardsGalleryImage1 The Twitter Cards gallery image1 metatag.