Add support to extra field types

Created on 27 February 2024, 4 months ago
Updated 29 February 2024, 4 months ago

Problem/Motivation

Following simple fields to be added:
https://www.drupal.org/project/video_embed_field β†’ (usage: 116K+)
https://www.drupal.org/project/google_map_field β†’ (usage: 6K+)

Remaining tasks

add to SimpleFieldDeriver following field defs:

public function getDerivativeDefinitions($base_plugin_definition) {
    $simpleFieldTypes = [
      ...
      'video_embed_field',
      'google_map_field',
    ];

User interface changes

n/a

API changes

n/a

Data model changes

n/a

✨ Feature request
Status

Needs work

Version

1.4

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia jannakha Brisbane!

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024