feat: block thumbnails in admin UI
BIN
public/block-thumbnails/fd-code-embed.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/block-thumbnails/fd-cta-banner.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
public/block-thumbnails/fd-data-table.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
public/block-thumbnails/fd-newsletter.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
public/block-thumbnails/fd-partners-logos.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/block-thumbnails/fd-service-chooser.png
Normal file
|
After Width: | Height: | Size: 159 KiB |
BIN
public/block-thumbnails/fd-statistics.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/block-thumbnails/fd-tags.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
public/block-thumbnails/fd-team.png
Normal file
|
After Width: | Height: | Size: 663 KiB |
BIN
public/block-thumbnails/fd-testimonial.png
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
public/block-thumbnails/fd-text-block.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
public/block-thumbnails/fd-video.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
public/block-thumbnails/fd-vps-calculator.png
Normal file
|
After Width: | Height: | Size: 169 KiB |
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDCodeEmbedBlock: Block = {
|
export const FDCodeEmbedBlock: Block = {
|
||||||
slug: 'fdCodeEmbed',
|
slug: 'fdCodeEmbed',
|
||||||
|
imageURL: '/block-thumbnails/fd-code-embed.png',
|
||||||
|
imageAltText: 'FD Kodinbäddning',
|
||||||
interfaceName: 'FDCodeEmbedBlock',
|
interfaceName: 'FDCodeEmbedBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Kodinbäddning',
|
singular: 'FD Kodinbäddning',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDCtaBannerBlock: Block = {
|
export const FDCtaBannerBlock: Block = {
|
||||||
slug: 'fdCtaBanner',
|
slug: 'fdCtaBanner',
|
||||||
|
imageURL: '/block-thumbnails/fd-cta-banner.png',
|
||||||
|
imageAltText: 'FD CTA-banner',
|
||||||
interfaceName: 'FDCtaBannerBlock',
|
interfaceName: 'FDCtaBannerBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD CTA-banner',
|
singular: 'FD CTA-banner',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDDataTableBlock: Block = {
|
export const FDDataTableBlock: Block = {
|
||||||
slug: 'fdDataTable',
|
slug: 'fdDataTable',
|
||||||
|
imageURL: '/block-thumbnails/fd-data-table.png',
|
||||||
|
imageAltText: 'FD Datatabell',
|
||||||
interfaceName: 'FDDataTableBlock',
|
interfaceName: 'FDDataTableBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Datatabell',
|
singular: 'FD Datatabell',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDNewsletterBlock: Block = {
|
export const FDNewsletterBlock: Block = {
|
||||||
slug: 'fdNewsletter',
|
slug: 'fdNewsletter',
|
||||||
|
imageURL: '/block-thumbnails/fd-newsletter.png',
|
||||||
|
imageAltText: 'FD Nyhetsbrev',
|
||||||
interfaceName: 'FDNewsletterBlock',
|
interfaceName: 'FDNewsletterBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Nyhetsbrev',
|
singular: 'FD Nyhetsbrev',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDPartnersLogosBlock: Block = {
|
export const FDPartnersLogosBlock: Block = {
|
||||||
slug: 'fdPartnersLogos',
|
slug: 'fdPartnersLogos',
|
||||||
|
imageURL: '/block-thumbnails/fd-partners-logos.png',
|
||||||
|
imageAltText: 'FD Partnerlogotyper',
|
||||||
interfaceName: 'FDPartnersLogosBlock',
|
interfaceName: 'FDPartnersLogosBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Partnerlogotyper',
|
singular: 'FD Partnerlogotyper',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDServiceChooserBlock: Block = {
|
export const FDServiceChooserBlock: Block = {
|
||||||
slug: 'fdServiceChooser',
|
slug: 'fdServiceChooser',
|
||||||
|
imageURL: '/block-thumbnails/fd-service-chooser.png',
|
||||||
|
imageAltText: 'FD Tjänsteväljare',
|
||||||
interfaceName: 'FDServiceChooserBlock',
|
interfaceName: 'FDServiceChooserBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Tjänsteväljare',
|
singular: 'FD Tjänsteväljare',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDStatisticsBlock: Block = {
|
export const FDStatisticsBlock: Block = {
|
||||||
slug: 'fdStatistics',
|
slug: 'fdStatistics',
|
||||||
|
imageURL: '/block-thumbnails/fd-statistics.png',
|
||||||
|
imageAltText: 'FD Statistik',
|
||||||
interfaceName: 'FDStatisticsBlock',
|
interfaceName: 'FDStatisticsBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Statistik / Nyckeltal',
|
singular: 'FD Statistik / Nyckeltal',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDTagsBlock: Block = {
|
export const FDTagsBlock: Block = {
|
||||||
slug: 'fdTags',
|
slug: 'fdTags',
|
||||||
|
imageURL: '/block-thumbnails/fd-tags.png',
|
||||||
|
imageAltText: 'FD Taggar',
|
||||||
interfaceName: 'FDTagsBlock',
|
interfaceName: 'FDTagsBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Taggar',
|
singular: 'FD Taggar',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDTeamBlock: Block = {
|
export const FDTeamBlock: Block = {
|
||||||
slug: 'fdTeam',
|
slug: 'fdTeam',
|
||||||
|
imageURL: '/block-thumbnails/fd-team.png',
|
||||||
|
imageAltText: 'FD Team',
|
||||||
interfaceName: 'FDTeamBlock',
|
interfaceName: 'FDTeamBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Team',
|
singular: 'FD Team',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDTestimonialBlock: Block = {
|
export const FDTestimonialBlock: Block = {
|
||||||
slug: 'fdTestimonial',
|
slug: 'fdTestimonial',
|
||||||
|
imageURL: '/block-thumbnails/fd-testimonial.png',
|
||||||
|
imageAltText: 'FD Omdöme',
|
||||||
interfaceName: 'FDTestimonialBlock',
|
interfaceName: 'FDTestimonialBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Omdöme',
|
singular: 'FD Omdöme',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDTextBlock: Block = {
|
export const FDTextBlock: Block = {
|
||||||
slug: 'fdText',
|
slug: 'fdText',
|
||||||
|
imageURL: '/block-thumbnails/fd-text-block.png',
|
||||||
|
imageAltText: 'FD Textblock',
|
||||||
interfaceName: 'FDTextBlock',
|
interfaceName: 'FDTextBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Textblock',
|
singular: 'FD Textblock',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDVideoBlock: Block = {
|
export const FDVideoBlock: Block = {
|
||||||
slug: 'fdVideo',
|
slug: 'fdVideo',
|
||||||
|
imageURL: '/block-thumbnails/fd-video.png',
|
||||||
|
imageAltText: 'FD Video',
|
||||||
interfaceName: 'FDVideoBlock',
|
interfaceName: 'FDVideoBlock',
|
||||||
labels: {
|
labels: {
|
||||||
singular: 'FD Video',
|
singular: 'FD Video',
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import type { Block } from 'payload'
|
|||||||
|
|
||||||
export const FDVpsCalculatorBlock: Block = {
|
export const FDVpsCalculatorBlock: Block = {
|
||||||
slug: 'fdVpsCalculator',
|
slug: 'fdVpsCalculator',
|
||||||
|
imageURL: '/block-thumbnails/fd-vps-calculator.png',
|
||||||
|
imageAltText: 'FD VPS-kalkylator',
|
||||||
interfaceName: 'FDVpsCalculatorBlock',
|
interfaceName: 'FDVpsCalculatorBlock',
|
||||||
labels: { singular: 'FD VPS-kalkylator', plural: 'FD VPS-kalkylatorer' },
|
labels: { singular: 'FD VPS-kalkylator', plural: 'FD VPS-kalkylatorer' },
|
||||||
fields: [
|
fields: [
|
||||||
|
|||||||