Skip to content

Commit da890fb

Browse files
committed
added wafir example
1 parent 8b3adf6 commit da890fb

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

examples/chat/wafir.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# WAFIR Configuration Example - Chat
2+
3+
title: "Submit Feedback"
4+
5+
targets:
6+
- id: default
7+
type: github/project
8+
target: your-username/1
9+
authRef: "YOUR_INSTALLATION_ID" # Replace with your installation ID
10+
11+
forms:
12+
- id: question
13+
label: Question
14+
icon: ""
15+
targets: []
16+
body:
17+
- id: info
18+
type: markdown
19+
attributes:
20+
value: "Please ask your question in our [GitHub Discussions forum](https://github.com/BPS-Consulting/wafir/discussions)."
21+
- id: chat
22+
type: chat
23+
attributes:
24+
label: "Chat with us"
25+
placeholder: "Type your message here..."

0 commit comments

Comments
 (0)