@@ -23,7 +23,7 @@ |
||
23 | 23 | <th class="seomatic-property"><?= Html::encode($subName) ?><?= $this->render('render-copy-menu', [ |
24 | 24 | 'value' => $subValue ?? '', |
25 | 25 | 'meta' => $meta, |
26 | - ]) ?></th> |
|
26 | + ]) ?></th> |
|
27 | 27 | <?= $this->render('render-value', [ |
28 | 28 | 'value' => $subValue ?? '', |
29 | 29 | 'meta' => $meta, |
@@ -109,12 +109,12 @@ |
||
109 | 109 | } |
110 | 110 | |
111 | 111 | /** |
112 | - * Get all the sitemap index items by params. |
|
113 | - * |
|
114 | - * @param array $params |
|
115 | - * @return array |
|
116 | - * @throws \yii\web\NotFoundHttpException |
|
117 | - */ |
|
112 | + * Get all the sitemap index items by params. |
|
113 | + * |
|
114 | + * @param array $params |
|
115 | + * @return array |
|
116 | + * @throws \yii\web\NotFoundHttpException |
|
117 | + */ |
|
118 | 118 | public static function getSitemapStyles($source, $arguments, $context, ResolveInfo $resolveInfo): array |
119 | 119 | { |
120 | 120 | return [ |
@@ -66,8 +66,8 @@ |
||
66 | 66 | string $sort = 'sourceName|asc', |
67 | 67 | int $page = 1, |
68 | 68 | int $per_page = 20, |
69 | - $filter = '', |
|
70 | - $siteId = 0 |
|
69 | + $filter = '', |
|
70 | + $siteId = 0 |
|
71 | 71 | ): Response { |
72 | 72 | $data = []; |
73 | 73 | $sortField = 'sourceName'; |
@@ -601,8 +601,8 @@ |
||
601 | 601 | string $sourceBundleType, |
602 | 602 | string $sourceHandle, |
603 | 603 | string $siteHandle = null, |
604 | - $typeId = null, |
|
605 | - $loadFromSiteHandle = null |
|
604 | + $typeId = null, |
|
605 | + $loadFromSiteHandle = null |
|
606 | 606 | ): Response { |
607 | 607 | $variables = []; |
608 | 608 | // @TODO: Let people choose an entry/categorygroup/product as the preview |