You are here

protected static property Simplesitemap::$allowedLinkSettings in Simple XML sitemap 8.2

Same name and namespace in other branches
  1. 8.3 src/Simplesitemap.php \Drupal\simple_sitemap\Simplesitemap::allowedLinkSettings

Type: array

File

src/Simplesitemap.php, line 77

Class

Simplesitemap
Class Simplesitemap @package Drupal\simple_sitemap

Namespace

Drupal\simple_sitemap

Code

protected static $allowedLinkSettings = [
  'entity' => [
    'index',
    'priority',
    'changefreq',
    'include_images',
  ],
  'custom' => [
    'priority',
    'changefreq',
  ],
];