Hello KK,
I'm trying to display "k_tile_name" of mosaic in list_view of backend.
I know the way to use,
But in this case, I have to re-define all other fields in "<cms:config_list_view>".
Are there any another easy ways or tips?
Thank you in advance.
I'm trying to display "k_tile_name" of mosaic in list_view of backend.
I know the way to use,
- Code: Select all
<cms:config_list_view> <cms:field 'k_content'> <div class="mosaic-list"> <div class="row"> <div class="cell cell-label col-md-2"> <label>Tile Name</label> </div> <div class="cell cell-content col-md-10"> <div class="field-content"> <cms:show k_tile_name /> </div> </div> </div> </div> </cms:field> </cms:config_list_view>
But in this case, I have to re-define all other fields in "<cms:config_list_view>".
Are there any another easy ways or tips?
Thank you in advance.