Forums / Setup & design / string size

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

string size

Author Message

risto CMS user

Monday 06 February 2006 7:10:05 am

How can i make the string size of the intro limit it self to a 100 caracters?

        {attribute_view_gui attribute=$node.object.data_map.intro}

risto CMS user

Monday 06 February 2006 7:38:04 am

sory never mind.

i found the solution

{$node.object.data_map.intro.content.output.output_text|striptags|shorten( 100 )}