Home
last modified time | relevance | path

Searched refs:ldJson (Results 1 – 3 of 3) sorted by path

/plugin/combo/ComboStrap/
H A DLdJson.php57 * @param array $ldJson
60 public static function addImage(array &$ldJson, MarkupPath $page) argument
124 $ldJson["image"] = $schemaImages;
168 $ldJson = $this->mergeWithDefaultValueAndGet();
169 if ($ldJson === null) {
176 return Json::createFromArray($ldJson)->toPrettyJsonString();
212 * The ldJson value
265 $ldJson = array(
279 $ldJson['potentialAction'] = array(
288 $ldJson['descriptio
[all...]
H A DMarkupPath.php152 private $ldJson; variable in ComboStrap\\MarkupPath
1356 $this->ldJson
1636 $this->ldJson = LdJson::createForPage($this);
/plugin/combo/action/
H A Dmetagoogle.php62 $ldJson = LdJson::createForPage($page)
68 if (!empty($ldJson)) {
71 "_data" => $ldJson,