
Development updates for Tridion
Periodically we add new functionality, enhance existing content types, or fix bugs that we find along the way. Stay connected with all the most recent updates to Tridion on our Development Updates blog.
Creative Commons photo credit: Richard Masoner
Change log for April 28, 2017
Updates and fixes to the flex layout page type
4/28/2017 11:13:54 AM

Michael Tangen
We've fixed a really minor issue with feature rotators on the flex page types. Rotators with component links were appending a hashtag with a number value — that number value is in what order the component lives on the destination page. So if the component you were linking to was the third component in your list of components on the destination page, you would see something like this in the link: destination-page.jsp#3 in the href attribute. To reiterate, this was not that big of an issue — but it did create undesirable behavior for one of our customers.
To obtain this fix: simply republish any one of your flex landing pages.
New column option on flex layout pages
In response to a customer request, we've added one more layout option to the Flex Row Configuration component — six columns. So if you would like to display a row of icons, for example, this might be a more appropriate use case.
To obtain this new feature: you may need to close/reopen and/or refresh your browser to see the change in the Flex Row Configuration schema. The new layout option is last, under the default four-column option.
If you need to apply unique styling to this particular row of content, it can be accessed with the following CSS path in your custom.less file:
.main-landing-content .container .row .col-sm-2.col-xs-6 { }
and from that point on you can access the image and/or content relative to that starting point.
Hope you find this new option useful!
General Updates
Fixes
Change Log
New Features