Lines Matching refs:defaultAttributes

295         $defaultAttributes = [];
306 $defaultAttributes = array("type" => BlockquoteTag::CARD_TYPE);
310 $defaultAttributes[BoxTag::HTML_TAG_ATTRIBUTE] = BoxTag::DEFAULT_HTML_TAG;
311 $defaultAttributes[BoxTag::LOGICAL_TAG_ATTRIBUTE] = BoxTag::LOGICAL_TAG_DEFAUT;
317 $defaultAttributes = array(
329 $defaultAttributes[Hero::ATTRIBUTE] = "sm";
339 …$defaultAttributes[TagAttributes::TYPE_KEY] = $executionContext->getConfig()->getValue(ContainerTa…
353 $defaultAttributes = PluginUtility::parseAttributes($defaultConfValue);
354 if (!isset($defaultAttributes[TagAttributes::TYPE_KEY])) {
355 $defaultAttributes[TagAttributes::TYPE_KEY] = "info";
360 $defaultAttributes = JumbotronTag::getDefault();
370 $defaultAttributes = [TagAttributes::TYPE_KEY => PageExplorerTag::LIST_TYPE];
395 $defaultAttributes = [TagAttributes::TYPE_KEY => PermalinkTag::GENERATED_TYPE];
404 $defaultAttributes = WebCodeTag::getDefaultAttributes();
428 …$tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes, $allow…
716 $defaultAttributes = [];
721 $defaultAttributes = array(
728 $defaultAttributes = PageImageTag::getDefaultAttributes();
738 $defaultAttributes = [TagAttributes::TYPE_KEY => BrandButton::TYPE_BUTTON_BRAND];
741 $defaultAttributes = [TagAttributes::TYPE_KEY => Brand::CURRENT_BRAND];
746 $defaultAttributes = [TagAttributes::TYPE_KEY => PermalinkTag::GENERATED_TYPE];
751 $defaultAttributes = BreadcrumbTag::getDefaultBlockAttributes();
754 …$tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes, $allow…