Problem/Motivation

* Custom elements will get a new major branch with #3295753: Configurable custom elements processors
* Let's start using it in lupus_decoupled as soon as it's usable

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

fago created an issue. See original summary.

mostepaniukvm’s picture

We've got 3.x-dev release of custom_elements that can be used in lupus_decoupled

mostepaniukvm’s picture

made lupus_ce_renderer compatible with custom_elements:3.x in 2.x-dev version and allowed using dev versions of lupus_ce_renderer in lupus_decoupled
#3324377: Make compatible with custom_elements:3.x-dev

mostepaniukvm’s picture

Status: Active » Needs review

to test configurable custom elements I did next steps:
- run drupalpod on Drupal 10 with umami_demo profile;
- install 3.x version of custom_elements; composer require drupal/custom_elements:^3 drupal/lupus_ce_renderer:^2
- enable custom_elements_ui submodule; drush en custom_elements_ui
- activate custom elements builder for any view display and configure fields; i.e. /admin/structure/types/manage/recipe/display/full/
- check API response endpoint: /ce-api/node/19

  • mostepaniukvm committed cf6bf4b on 1.x
    Issue #3323549 by mostepaniukvm, fago: Make use of configurable custom...
mostepaniukvm’s picture

Merged and it can be tested in 1.x development branch

fago’s picture

Status: Needs review » Fixed

Great! Let's call this fixed and open new issues for everything additional.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.