Hi Sakis,
next week YTP will be released. Is there any hope Jfilters YOOtheme Pro integration will be ready for the release?
Currently it breaks the sites that are using JFilter.
- Remove path alias
~yoothemepointing toTEMPLATE_DIR/packages, use~assetsto link intoTEMPLATE_DIR/assetsfolder instead. - Removed
YOOtheme\ImageProvider, useYOOtheme\Image::create()instead. (see examples in YOOtheme Pro 5.0) - Replace element properties
margin,margin_remove_topandmargin_remove_bottomwithmargin_topandmargin_bottom. (@see https://github.com/yootheme/example-element/commit/76f02d6642d9d64efb401684c66a861b19fb5861) - here is another breaking change: The
builder.templateevent no longer receives the view as its first parameter, but instead the first parameter is an event of type\YOOtheme\Theme\Joomla\LoadTemplateEventnow
Error when opening a site with jfilter: Class "YOOtheme\Builder\Joomla\Fields\FieldsHelper" not found
- The FieldsHelper was removed, just use the Joomla Core FieldsHelper
Thank you
Elisa