I've a template with sections below:
Section A
Title
Name
Section B
Title
Name
Looks good on Sitecore. However when TDS Glass mapper generates the code, it generates Title and name twice.
Wondering if it's possible to add the section name before each field when glass mapper generates the code.
If you ask me why, it's to avoid 248 character length error for windows file system for TDS items as I had done this as work around.
Section A
Section A Title
Section A Name
Section B
Section B Title
Section B Name
Any help will be awesome.
Thanks.