-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(xcontrols): add skeleton #1278
feat(xcontrols): add skeleton #1278
Conversation
Co-authored-by: Ana Fernández Ostio <[email protected]>
* | ||
* @public | ||
*/ | ||
export type XControlsModule = XModule<any>; |
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.
export type XControlsModule = XModule<any>; | |
export type ExperienceControlsXModule = XModule<any>; |
* @public | ||
*/ | ||
export const xControlsXModule: XControlsModule = { | ||
name: 'xcontrols', |
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.
name: 'xcontrols', | |
name: 'experience-controls', |
@@ -44,6 +45,7 @@ export interface XModulesTree { | |||
semanticQueries: SemanticQueriesXModule; | |||
tagging: TaggingXModule; | |||
url: UrlXModule; | |||
xcontrols: XControlsModule; |
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.
xcontrols: XControlsModule; | |
experience-controls: XControlsModule; |
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.
Build is failing because of these empty files. Either remove them or make them export an empty object and then try the build again
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.
Change the folder name of the module to experience-controls
Basic Skeleton added to some files that were empty Co-Authored-By: Matías García Gimeno <[email protected]> Co-Authored-By: Ger-28 <[email protected]>
9017a64
into
feature/EMP-1944-create-config-module-xcontrols
Pull request template
Describe the purpose of the change, the specific changes done in detail, and the issue you have fixed.
We have added the necessary files to create the skeleton and complete the x-module.
Motivation and context
Type of change
What is the destination branch of this PR?
Main
How has this been tested?
Tests performed according to testing guidelines:
Checklist: