diydeveloper / cms-canvas

Laravel CMS
36 stars 33 forks source link

tag for reutrn entry_id #9

Closed dansanti closed 7 years ago

dansanti commented 10 years ago

Easy way ( as i see ) for return id for current entry on entries loop

diydeveloper commented 10 years ago

I'm confused why this is needed. Won't this just return the entry_id that is specified in tag's parameters?

The {{ entry_id }} tag gets set as a predfined variable in the build_entry_data method of application/modules/content/libraries/Entries_library.php

dansanti commented 10 years ago

i need to retrieve id, for some js usages