Hello!
I have a site that runs on Umbraco 7.5.3, uses Vorto 1.53 and Leblender 1.0.8.4. In the site I have a Vorto property with a grid inside that uses Leblender. Everything works fine on the page and gets render as it should, but in the backend you get a problem when you are switching between the languages, the Leblender content disappears! When you refresh the page it is rendered correct again, I think the problem is that Vorto doesn't trigger the Leblender to go into the Leblender controller again when switching languages.
Anyone that have noticed this problem and have a fix for it?
Hi. Maybe I have a better approach. For example, Can we put Vorto as an property editor into LeBlender component? The answer, unfortunately: no. Those packages do not allow to do this from the box. The good news : we can map LeBlender on Vorto. Here is my suggestion.
Changes into LeBlender ~\App_Plugins\LeBlender\editors\leblendereditor\dialogs\parameterconfig.controller.js
Changes into Vorto
~\App_Plugins\Vorto\js\vorto.js
That’s all )
Now you can use Vorto like property editor in LeBlender component
Vorto with Leblender
Hello! I have a site that runs on Umbraco 7.5.3, uses Vorto 1.53 and Leblender 1.0.8.4. In the site I have a Vorto property with a grid inside that uses Leblender. Everything works fine on the page and gets render as it should, but in the backend you get a problem when you are switching between the languages, the Leblender content disappears! When you refresh the page it is rendered correct again, I think the problem is that Vorto doesn't trigger the Leblender to go into the Leblender controller again when switching languages.
Anyone that have noticed this problem and have a fix for it?
I have the same problem Vorto fields doesnt show ? any solutions ?
Hi. Maybe I have a better approach. For example, Can we put Vorto as an property editor into LeBlender component? The answer, unfortunately: no. Those packages do not allow to do this from the box. The good news : we can map LeBlender on Vorto. Here is my suggestion.
Changes into LeBlender ~\App_Plugins\LeBlender\editors\leblendereditor\dialogs\parameterconfig.controller.js
Changes into Vorto
~\App_Plugins\Vorto\js\vorto.js
That’s all )
Now you can use Vorto like property editor in LeBlender component
is working on a reply...