hello,
FC version : FLEXIContent - 2.0.2 - r1676
First of all I want to congratulate FC team development about the improvement on related/backrelated fields.
This version is very easy to use.
I have just a little problem : the line feed inside the 'list creation(frontend view)' erases all text which is after the line feed:
As example I have this text in the field :
Code:
%%{{tableau_horaires}}<div style="float:none;"><div style="width:70px;background-color:#ff0000;float:left">{{lundi##label}}</div>: {{lundi}}</div><div style="float:none;"><div style="width:70px;background-color:#ff0000;float:left">{{mardi##label}}</div>: {{mardi}}</div><div style="float:none;"><div style="width:70px;background-color:#ff0000;float:left">{{mercredi##label}}</div>: {{mercredi}}</div>%%
To be easily readable I have introduced some line feeds to get this text :
Code:
%%{{tableau_horaires}}
<div style="float:none;"><div style="width:70px;background-color:#ff0000;float:left">{{lundi##label}}</div>: {{lundi}}</div>
<div style="float:none;"><div style="width:70px;background-color:#ff0000;float:left">{{mardi##label}}</div>: {{mardi}}</div>
<div style="float:none;"><div style="width:70px;background-color:#ff0000;float:left">{{mercredi##label}}</div>: {{mercredi}}</div>%%
When I save the page I get this :
Code:
%%{{tableau_horaires}}
I have done different tests : all text after the first line feed is canceled.
It's not a hard problem, it's just a cosmetic one to facilitate the reading of the html text.
If possible, can it be corrected in next version
best regards
Michel