-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit Content: Explore the possibility to use web components for fields #25581
Edit Content: Explore the possibility to use web components for fields #25581
Conversation
…ility-to-use-web-components-for-fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this have jest tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right! I'll change it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments
Description
🤖 Generated by Copilot at 2c73542
This pull request adds two new apps to the
core-web
project:contenttype-fields-builder
andcontenttype-fields-builder-e2e
. The former is an app that builds web components for content type fields using angular elements, and the latter is an app that tests the former using cypress. The pull request adds the configuration, source, and test files for both apps, as well as the eslint and typescript rules.Related Issue
Fixes #25434
Explanation of Changes
🤖 Generated by Copilot at 2c73542
index.html
,main.ts
, andapp.module.ts
(link, link, link)ContenttypeFieldsModule
from the@dotcms/contenttype-fields
library and define custom elements for web components in thecontenttype-fields-builder
app (link)contenttype-fields-builder-e2e
app, using cypress commands and helpers (link, link)contenttype-fields-builder-e2e
app, such asapp.po.ts
,commands.ts
, andindex.js
(link, link, link, link)