When setting the <dialogs>
and/or <messages>
configuration of the FileManager TagHelper
<dialogs>
<upload />
<rename-prompt />
<delete-confirm />
<move-confirm />
</dialogs>
<messages>
<dialogs>
<upload clear="Clear files" />
<move-confirm />
<delete-confirm />
<rename-prompt cancel="Do not rename" ok-text="Yes rename"/>
<export-as-dialog />
<search />
</dialogs>
</messages>
an error is is shown and the configuration cannot be compiled:
RZ2011 Tag helpers 'Kendo.Mvc.TagHelpers.FileManagerDialogsUploadSettingsTagHelper' and 'Kendo.Mvc.TagHelpers.FileManagerMessagesDialogsUploadSettingsTagHelper' targeting element 'upload' must not expect different TagStructure values.
Add the above configuration an the try to compile the FileManager TagHelper configuration.
No error should be thrown and a valid configuration should be compiled.