-
Notifications
You must be signed in to change notification settings - Fork 75
feat(project): Add component type #1182
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
Conversation
|
|
RFC: #1083 JIRA: CPOUI5FOUNDATION-1106
a679e16 to
cf45bf4
Compare
|
@KlattG kindly review the single documentation page change at https://github.com/UI5/cli/pull/1182/files#diff-7002de83aad5e946847dc7d9edbe366bb54db39197032ba722cd0268ae4dcb99 |
KlattG
left a comment
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.
Rephrased for lucidity and user-centricity.
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
…and manifest.json type
packages/project/lib/validation/schema/specVersion/kind/project.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
| } | ||
| }); | ||
|
|
||
| // Support rules should not be minified to have readable code in the Support Assistant |
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.
Support rules are AFAIK a concept for libraries, so I wonder why we also do this for applications. But as we do, I think we should also do it here to stay consistent.
RFC: #1083
JIRA: CPOUI5FOUNDATION-1106