Виктор Руденко

Виктор Руденко

Был в сети 06 июля 2026, 10:22
Заказы не принимаю
Вот плагин
<?php
// Add RTE for introtext if richtext option is enabled for the resource
// check "OnDocFormRender" event 

$modx->regClientStartupHTMLBlock('<script>Ext.onReady(function() {
    if(MODx.loadRTE) MODx.loadRTE("modx-resource-smallDescriptionCustom");
});</script>');
Включить событие «OnDocFormRender»
smallDescriptionCustom: {xtype: 'textarea', description: '<b>[[+smallDescriptionCustom]]</b>
' + _('ms2_product_smallDescriptionCustom_help')}

Готовое решение: ld+json

[[pdoCrumbs?
	&showHome=`1`
	&tplWrapper=`@INLINE <script type="application/ld+json">
{
 "@context": "http://schema.org",
 "@type": "BreadcrumbList",
 "itemListElement":
[ [[+output]] ]
}
</script>`
	&tplHome=`@INLINE {
   "@type": "ListItem",
   "position": [[+idx]],
   "item":
   {
    "@id": "[[+link]]",
    "name": "Главная"
    }
  },`
	&tplCurrent=` @INLINE {
   "@type": "ListItem",
   "position": [[+idx]],
   "item":
   {
   	"@id": "[[+link]]",
    "name": "[[+menutitle]]"
    }
  }`
	&tpl=`@INLINE {
   "@type": "ListItem",
   "position": [[+idx]],
   "item":
   {
    "@id": "[[+link]]",
    "name": "[[+menutitle]]"
    }
  },`
]]