25f309793dc073124c40f5a9937782f623b6e0e6
[yaffs-website] / web / modules / contrib / metatag / metatag_twitter_cards / src / Plugin / metatag / Tag / TwitterCardsGalleryImage3.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 image3 metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_gallery_image3",
12  *   label = @Translation("4th gallery image"),
13  *   description = @Translation("A URL to the image representing the fourth photo in your gallery. This will be able to extract the URL from an image field."),
14  *   name = "twitter:gallery:image3",
15  *   group = "twitter_cards",
16  *   weight = 203,
17  *   type = "image",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsGalleryImage3 extends MetaNameBase {
23 }