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

Provide Lightning component for App Builder #25

Open
douglascayers opened this issue Aug 29, 2018 · 1 comment
Open

Provide Lightning component for App Builder #25

douglascayers opened this issue Aug 29, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@douglascayers
Copy link
Contributor

For simple use cases with Lightning pages where the developer just wants a Lightning component on the page that would only be using the <c:di_injector> tag, then to reduce the amount of boiler plate code developers need to bring to the table we can provide one for them.

This new component would expose design attributes via datasource so the admin can select from the list of CMDT bindings available.

This new component is a simple wrapper for <c:di_injector> tag for use with drag-n-drop in App Builder when creating Lightning pages.

For passing in custom attributes (<c:di_injectorAttribute>), need to continue to think about the design:

  • do we provide a handful of Attribute1, Attribute2, ..., AttributeN design attributes or
  • do we accept a single text field that accepts delimited key=value pairs, or
  • do we not and injector attributes are only supported via BYOC (bring your own component)
@douglascayers douglascayers added the enhancement New feature or request label Aug 29, 2018
@afawcett
Copy link
Collaborator

Love it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants