Create a Custom Page Template with LWC

lightning-web-components

In Lightning App builder, the template I want isn't there.
My goal is to create a Custom Page Template with a Header section, and 2 side-by-side column sections.

If I'm using aura, I'd simply follow this guide
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_config_for_app_builder_template_component.htm

I cannot find the equivalent guide for LWC

Best Answer

If such a feature existed, it would be mentioned in the XML Configuration File Elements documentation. As it does not (at the time of this answer), this is presumably not possible at the moment. I didn't immediately find any suggestion that this is coming out in the next release or later, so we don't know when, or if, this might be added to LWCs. For now, this is an area you'll still need to use Aura for.

Related Topic