|
|
|
@@ -553,8 +553,8 @@ 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">Skip preview</span>
|
|
|
|
<span className="block text-xs text-gray-600">Don’t show the cover as a slide in the gallery. The cover stays as the card thumbnail only. Combine with “Auto fullscreen” to jump straight into the gallery items.</span>
|
|
|
|
<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-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>
|
|
|
|
</div>
|
|
|
|
@@ -584,7 +584,7 @@ export default function AdminDashboard() { |
|
|
|
{/* Gallery Media (images + videos + PDFs) */}
|
|
|
|
<div>
|
|
|
|
<label className="block text-sm font-semibold text-gray-800 mb-1">
|
|
|
|
Gallery Media <span className="text-gray-400 font-normal text-xs">(images, videos or PDFs — PDF pages become slides)</span>
|
|
|
|
Gallery Media <span className="text-gray-400 font-normal text-xs">(images, videos or PDFs — PDF pages become images)</span>
|
|
|
|
</label>
|
|
|
|
<div className="border-2 border-dashed border-gray-300 rounded-lg p-3 hover:bg-gray-50 transition-colors">
|
|
|
|
<input
|
|
|
|
|