-
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
dotCMS Fields: create a contenttype fields library #25786
dotCMS Fields: create a contenttype fields library #25786
Conversation
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.
@rjvelazco it is looks like the Front-End checks are failing.
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.
Good catch!
@@ -11,7 +11,8 @@ module.exports = { | |||
'../src/**/*.stories.mdx', | |||
'../src/**/*.stories.@(js|jsx|ts|tsx)', | |||
'../../../libs/template-builder/**/*.stories.@(js|jsx|ts|tsx|mdx)', | |||
'../../../libs/block-editor/**/*.stories.@(js|jsx|ts|tsx|mdx)' | |||
'../../../libs/block-editor/**/*.stories.@(js|jsx|ts|tsx|mdx)', | |||
'../../../libs/contenttype-fields/**/*.stories.@(js|jsx|ts|tsx|mdx)' |
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.
😄
SonarQube Quality Gate 0 Bugs No Coverage information |
SonarQube Quality Gate |
Proposed Changes
Description
🤖 Generated by Copilot at 4a2fc10
This pull request adds two new apps to the core-web project: contenttype-fields-builder and contenttype-fields-builder-e2e. The former is an Angular app that allows creating and editing custom contenttype fields components, and the latter is a Cypress app that provides end-to-end testing for the former. The pull request also updates the pre-commit hook script to exclude these apps from the linting target, and adds the necessary configuration files for ESLint, Cypress, Nx, Jest, and TypeScript for both apps.
Related Issue
Fixes #25781
Explanation of Changes
🤖 Generated by Copilot at 4a2fc10