Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
For some reasons after installing v7.11. ( not NuGet Installed ) , the Dictionary Section under Settings is not showing up.
Had a look at the trees.config file and all seems good.
Hi Fuji,
In 7.11 the dictionary section is now in Angular instead of the old webforms implementation.
It's possible that your trees.config is not updated correctly to the new configuration.
The entry should look like this :
<add application="settings" alias="dictionary" title="Dictionary" type="Umbraco.Web.Trees.DictionaryTreeController, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="6" />
Dave
Hi Dave,
Yes just found out that during the install this didnt get updated.
from
<add application="settings" alias="dictionary" title="Dictionary" type="Umbraco.Web.Trees.SettingsDictionaryTreeController, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="6" />
to
The first line is from 7.11 and the second line is from 7.11.1 wich fixed some issues with the new dictionary tree
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Dictionary section does not show in backoffice
Hi Guys,
For some reasons after installing v7.11. ( not NuGet Installed ) , the Dictionary Section under Settings is not showing up.
Had a look at the trees.config file and all seems good.
Hi Fuji,
In 7.11 the dictionary section is now in Angular instead of the old webforms implementation.
It's possible that your trees.config is not updated correctly to the new configuration.
The entry should look like this :
Dave
Hi Dave,
Yes just found out that during the install this didnt get updated.
from
to
Hi Fuji,
The first line is from 7.11 and the second line is from 7.11.1 wich fixed some issues with the new dictionary tree
Dave
is working on a reply...