<%= t('your_key') %>
for <%= e('your_key') %>
bundle install
.c
takes the id of the collection you want to loop throughoptional
The number of collection items you want to displayoptional
Filter collection items based on tags listed in this parameteroptional
Class name(s) that will be added along with “chunks-collection-wrapper” to the main collection <div>
elementoptional
Class name(s) that will be added along with “chunks-collection-item–wrapper” to all collection itemsAvailable from editmode-rails 1.50
transformation
attribute to perform real-time image transformations to deliver perfect images to the end-users.e
, E
, f
, or F
view/editmode/clear_cache
./editmode/clear_cache?identifier={chunk_id}
clears the cache/editmode/clear_cache?full=1
clears the full Editmode cache.delete_matched
to purge your caches when a content gets updated, and this method isn't supported in memcached
. We highly recommend using redis_store
or file_store
.