Skip to content

BUG: Property convert not used when accessing values like data.image in eel #77

@mhsdesign

Description

@mhsdesign

This patter doesnt work currently

  properties:
    image:
      type: ImageInterface
      ui:
         showInCreationDialog: true
  options:
    template:
      properties:
        imageCaption: '${data.image.copyrightNotice}'

as data.image is not converted. The dump looks like:

array(2)
  '__identity' => 4567890,
  '__type' => 'ImageVariant' 

related: #61

version: 2.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions