fb98abc1b1015bb4aff28efe2595f283e84abf1f
[yaffs-website] / web / modules / contrib / metatag / metatag_twitter_cards / src / Plugin / metatag / Tag / TwitterCardsGalleryImage1.php
1 <?php
2
3 namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
4
5 use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
6
7 /**
8  * The Twitter Cards gallery image1 metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_gallery_image1",
12  *   label = @Translation("2nd gallery image"),
13  *   description = @Translation("A URL to the image representing the second photo in your gallery. This will be able to extract the URL from an image field."),
14  *   name = "twitter:gallery:image1",
15  *   group = "twitter_cards",
16  *   weight = 201,
17  *   type = "image",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsGalleryImage1 extends MetaNameBase {
23 }