Skip to content

Commit

Permalink
Delete commented out code [PUB-205]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Jul 15, 2024
1 parent 17b864a commit cb0a06e
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions resources/views/site/digitalPublicationDetail.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,29 +75,6 @@
)),
))
@endcomponent


{{-- @component('components.molecules._m-listing----grid-item')
@slot('url', route('collection.publications.digital-publications-articles.show', ['pubId' => $item->id, 'pubSlug' => $item->getSlug(), 'id' => $article->id, 'slug' => $article->getSlug()]))
@slot('image', $article->imageAsArray('image', 'desktop'))
@slot('label', 'hello fix me')
@slot('labelPosition', 'description')
@slot('title', $article->title)
@slot('tag', 'tag tag tag')
@slot('description', $article->grouping_description ?? $article->list_description)
@slot('imageSettings', array(
'fit' => 'crop',
'ratio' => '16:9',
'srcset' => array(200,400,600),
'sizes' => ImageHelpers::aic_imageSizes(array(
'xsmall' => '216px',
'small' => '216px',
'medium' => '18',
'large' => '13',
'xlarge' => '13',
)),
))
@endcomponent --}}
@endif
@endforeach
@endcomponent
Expand Down

0 comments on commit cb0a06e

Please sign in to comment.