Closed (fixed)
Project:
Lupus Decoupled Drupal
Version:
1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2022 at 10:38 UTC
Updated:
15 Dec 2022 at 12:59 UTC
Jump to comment: Most recent
Comments
Comment #2
mostepaniukvmWe've got
3.x-devrelease of custom_elements that can be used in lupus_decoupledComment #4
mostepaniukvmmade 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
Comment #5
mostepaniukvmto 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
Comment #7
mostepaniukvmMerged and it can be tested in 1.x development branch
Comment #8
fagoGreat! Let's call this fixed and open new issues for everything additional.