Can we create a new list using SPFx extension?
We can create list using SPFx webpart but webpart are not suitable for my requirement.
I want to way create List with SPFx extension so i can keep only one package
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
You can provision assets in SharePoint Framework using the Feature Framework elements.
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/provision-sp-assets-from-package
Another option would be to use Site Designs and Site Scripts instead
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within next 7 days of this comment. Thank you for your contributions to SharePoint Developer activities.
Hi,
The above solution work for me.
Thanks for your help.
@andrewconnell This ticket can be closed, as it's been answered.
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues
Most helpful comment
You can provision assets in SharePoint Framework using the Feature Framework elements.
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/provision-sp-assets-from-package
Another option would be to use Site Designs and Site Scripts instead
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview