diff --git a/nx-dev/feature-package-schema-viewer/src/lib/content.tsx b/nx-dev/feature-package-schema-viewer/src/lib/content.tsx index a7d643bd13470..d51756a1a73c0 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/content.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/content.tsx @@ -93,7 +93,6 @@ export function Content({
- {/* TODO@ben: update to package schemas list link when available */}

- This is an example of what the properties looks like and their - values. Go ahead and try, test your configuration this is a - live-edit window, you can interact directly and get intellisense - on property's values. + Try out this interactive editor of the configuration object. + Values are validated as you type and hovering over labels will + give you more information.

{!!schemaViewModel.currentSchema.presets.length && ( <>

- Here are some examples to tinker with specific usages that - could be useful: + These buttons show the config object for specific common + tasks.

{schemaViewModel.currentSchema.presets.map((p) => (