php - Display Results Manually eZ publish -


i have object attribute. checbox.

enter image description here

how can attribute 0? , display result?

{attribute_result_gui view=info attribute=someattribute}

thanks in advance

i happened solve problem..

here's code me see result of attribute.

x there signifies 0 below attribute...

{$collection.attributes.x}

so it'll this.

{attribute_result_gui view=info attribute=$collection.attributes.0}


Comments