- Issue created by @raynaldmo
- πͺπΈSpain isholgueras
This project is currently configuring XB under Drupal CMS: https://github.com/phenaproxima/xb-demo
To have XB working, you need to add a specific xb field type
component_tree
under article or xb_page. No other content types are currently supported, and this project does that.Here is the ticket where the conversation about supporting other content types is happening: π Allow XB to be used on all node types Active
- πΊπΈUnited States raynaldmo
Thank you. I was able to launch XB (and play around a bit) with the instructions in https://github.com/phenaproxima/xb-demo
Couple of issues I ran into though- Had to use
ddev composer create phenaproxima/xb-demo --stability=dev
instead ofddev composer create-project phenaproxima/xb-demo --stability=dev
. Maybe due to version of composer ? Using version 2.8.4 - Had to run
ddev launch
and then login to the site with user: admin password: t3wuCnhTxF
Afterwards clicked the Edit button at top left of Home page and XB successfully launched.
- Had to use