Skip to content
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

Rating component #67

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Rating component #67

wants to merge 5 commits into from

Conversation

vdua
Copy link
Collaborator

@vdua vdua commented May 24, 2024

Please always provide the GitHub issue(s) your PR is for, as well as test URLs where your change can be observed (before and after):

Fix #

Test URLs:

Copy link

aem-code-sync bot commented May 24, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

@vdua vdua marked this pull request as draft May 24, 2024 01:24
Copy link

aem-code-sync bot commented May 24, 2024

Page Scores Audits Google
/afb-docs/ratingexample PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

Copy link

aem-code-sync bot commented May 24, 2024

Page Scores Audits Google
/afb-docs/ratingexample PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

1 similar comment
Copy link

aem-code-sync bot commented May 24, 2024

Page Scores Audits Google
/afb-docs/ratingexample PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@@ -12,5 +12,10 @@ export default async function componentDecorator(fd) {
const module = await import('./components/wizard.js');
return module.default;
}
// if field type is rating return rating js copmonent
if (name === 'rating') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should check :type here as the support is merged in core components.
for non-ue based authoring, let it be project specific code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants