GM - Compact Calendar
(gmpkg:compactCalendarLWC)
Documentation
Specification
Property
Type
Description
API Reference
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>60.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>GM - Compact Calendar</masterLabel>
<targets>
<target>lightning__RecordPage</target>
<target>lightning__AppPage</target>
<target>lightning__HomePage</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__RecordPage,lightning__AppPage,lightning__HomePage">
<property name="title" type="String" label="Title" description="Calendar Title" />
<property name="customIcon" type="String" label="Custom Icon" description="Calendar Custom Icon" />
<property name="jsonConfig" type="String" label="Json Config" description="Json Calendar Configuration" />
<property name="showBorder" type="Boolean" label="Show Border" description="Show Border" />
</targetConfig>
</targetConfigs>
</LightningComponentBundle>Last updated
Was this helpful?