Skip to content

Commit

Permalink
added customPlatformEvent and make some fields readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
kun-chao committed Sep 30, 2024
1 parent f036c76 commit 4c36464
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions public/ottapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2 class="slds-card__header-title">
<span class="slds-assistive-text">Settings</span>
</span>
</div>
<div class="slds-media__body">
<div class="slds-media__body">
<h2 class="slds-card__header-title">
<span>Settings</span>
</h2>
Expand All @@ -165,7 +165,7 @@ <h2 class="slds-card__header-title">
for="authorizationContext">ConversationChannelDefinition API Name:</label>
<div class="slds-form-element__control">
<input type="text" id="authorizationContext" name="authorizationContext"
placeholder="Type ConversationChannelDefinition API Name…" class="slds-input" />
placeholder="Type ConversationChannelDefinition API Name…" class="slds-input" readonly/>
</div>
</div>
<div class="slds-form-element slds-form-element_stacked">
Expand All @@ -184,20 +184,25 @@ <h2 class="slds-card__header-title">
placeholder="Type End User Client Identifier…" class="slds-input" />
</div>
</div>
<div class="slds-form-element slds-form-element_stacked">
<label class="slds-form-element__label slds-truncate" for="customPlatformEvent">Custom Platform Event API Name:</label>
<div class="slds-form-element__control">
<input type="text" id="customPlatformEvent" name="customPlatformEvent" placeholder="Type Custom Plaform Event Field API Name…" class="slds-input" readonly/>
</div>
<div class="slds-form-element slds-form-element_stacked">
<label class="slds-form-element__label slds-truncate" for="customEventTypeField">Event Type Custom
Field API Name:</label>
<div class="slds-form-element__control">
<input type="text" id="customEventTypeField" name="customEventTypeField"
placeholder="Type EventType Custom Field API Name…" class="slds-input" />
placeholder="Type EventType Custom Field API Name…" class="slds-input" readonly/>
</div>
</div>
<div class="slds-form-element slds-form-element_stacked">
<label class="slds-form-element__label slds-truncate" for="customEventPayloadField">Payload Custom
Field API Name:</label>
<div class="slds-form-element__control">
<input type="text" id="customEventPayloadField" name="customEventPayloadField"
placeholder="Type Payload Custom Field API Name…" class="slds-input" />
placeholder="Type Payload Custom Field API Name…" class="slds-input" readonly/>
</div>
</div>
<div class="slds-form-element slds-form-element_stacked">
Expand Down

0 comments on commit 4c36464

Please sign in to comment.