|
|
|
@@ -484,7 +484,12 @@ export default function AdminDashboard() { |
|
|
|
})()}
|
|
|
|
<div>
|
|
|
|
<span className="font-semibold text-gray-800 block">{card.title}</span>
|
|
|
|
<span className="text-xs text-gray-500 uppercase tracking-wider">{card.cardType}</span>
|
|
|
|
<span className="text-xs text-gray-500 uppercase tracking-wider">
|
|
|
|
{card.cardType}
|
|
|
|
{card.extraMedia && card.extraMedia.length > 0 && (
|
|
|
|
<span className="text-gray-400 normal-case tracking-normal ml-2">· {card.extraMedia.length} {card.extraMedia.length === 1 ? 'immagine' : 'immagini'}</span>
|
|
|
|
)}
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -667,7 +672,7 @@ export default function AdminDashboard() { |
|
|
|
options={[
|
|
|
|
{ value: 'INFO_PAGE', label: 'Info Page' },
|
|
|
|
{ value: 'IMAGE_GALLERY', label: 'Image Gallery' },
|
|
|
|
{ value: 'BOOK', label: 'Book (Flip-Book)' },
|
|
|
|
{ value: 'BOOK', label: 'Flip-Book' },
|
|
|
|
...(externalLinksOn ? [{ value: 'EXTERNAL_LINK' as CardType, label: 'External Link' }] : []),
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
@@ -738,7 +743,7 @@ export default function AdminDashboard() { |
|
|
|
className="w-5 h-5 text-blue-600 rounded mt-0.5"
|
|
|
|
/>
|
|
|
|
<div>
|
|
|
|
<span className="block text-sm font-semibold text-gray-900">Don’t show the cover as a slide in the gallery.</span>
|
|
|
|
<span className="block text-sm font-semibold text-gray-900">Cover not in the gallery</span>
|
|
|
|
<span className="block text-xs text-gray-600">The cover stays as the card thumbnail only. Combine with “Auto fullscreen” to jump straight into the gallery items.</span>
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
|