CustomFieldTypes::MEDIUM --> FEHLT!

Wie ist es möglich per Plugin ein Custom Field vom Typ MEDIUM zu erstellen?

 

@Shyim‍ ne idee?

 

 

[
    'id' => null,
    'name' => 'my_custom_field',
    'type' => CustomFieldTypes::TEXT,
    'config' => [
        'label' => [
            'en-GB' => 'textarea',
            'de-DE' => 'textarea'
        ],
        'componentName' => 'sw-textarea-field',
        'customFieldType' => 'textarea',
        'customFieldPosition' => 7
    ]
]

Viele Grüße

Hi!

Dadurch habe ich nur ein textfeld, ich möchte jedoch ein MEDIA Feld um ein Bild zu hinterlegen. Im Admin ist das kein Problem…

so gehts:

 

 'customFields' =\> [[ 'id' =\> '60e874a1a32a495e88d36e7f8c8bdb0a', 'name' =\> 'custom\_category\_image\_value', 'type' =\> CustomFieldTypes::TEXT, 'config' =\> [ 'label' =\> [ 'de-DE' =\> 'Bild', 'en-GB' =\> 'image',], 'componentName' =\> ' **sw-media-field**', 'customFieldType' =\> ' **media**', 'customFieldPosition' =\> 1 ], ] ] ![](https://i.imgur.com/FJXYp3F.png)
1 „Gefällt mir“