Search the Community
Showing results for tags 'textformatters'.
-
textformatters=TextformatterEntities in my field settings cause problems when moving data around (exporting, importing). I can't get rid of the entities in my code and so I have troubles filtering and selecting the content (I tried $sanitizer->unentities, actually need to apply that twice for it to look good but still does not filter/select properly). I figured It must be possible to change the format in the field directly and once and for all. What other options does "textformatters" allow? Because deleting it altogether doesn't work at all. thanks
-
Hi, I was wondering if it is possible to hook some logic into the output of a certain field. System wide, front- and backend. I'm thinking TextFormatters. What I want for example is to: echo $page->some_fancy_field; And in the background it is making some very individual calculations and other fancy stuff with other fields of that same $page. The field itself holds no actual value. Possible?