Skip to content

Commit

Permalink
Update more references.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoetzit committed Mar 5, 2024
1 parent 68841ba commit 1f6c982
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 299 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public function form(Form $form): Form
->visibility('public')
->directory('editor-images/email-templates')
->mergeTags([
'student full name',
'student email',
'contact full name',
'contact email',
])
->profile('email')
->output(TiptapOutput::Json)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public function form(Form $form): Form
->disk('s3-public')
->visibility('public')
->mergeTags([
'student full name',
'student email',
'contact full name',
'contact email',
])
->profile('email')
->output(TiptapOutput::Json)
Expand Down
Loading

0 comments on commit 1f6c982

Please sign in to comment.