Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion file-formats/smtg/smtg-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"type": "array",
"items": {
"title": "Email Template Content",
"description": "Displays the HTML und plain text template content.",
"description": "Displays the HTML and plain text template content.",
"type": "object",
"properties": {
"name": {
Expand Down
4 changes: 2 additions & 2 deletions file-formats/smtg/type/zif_aff_smtg_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ INTERFACE zif_aff_smtg_v1
"! Indicator if the template text body is generated automatically from html body
is_plaintext_auto_generated TYPE abap_bool,
END OF ty_general_information.
" Corresponding content ist stored in a separate file and implemented as action
" Corresponding content is stored in a separate file and implemented as action

TYPES:
"! <p class="shorttext">Email Template Content</p>
"! Displays the HTML und plain text template content.
"! Displays the HTML and plain text template content.
BEGIN OF ty_template_content,
"! <p class="shorttext">Name</p>
"! Name
Expand Down
Loading