-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from visualbuilder/visual-builder-email-templates
Added Author and plugin for visual builder email templates
- Loading branch information
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: Visual Builder | ||
slug: visual-builder | ||
github_url: https://github.com/visualbuilder | ||
twitter_url: https://twitter.com/cannycookie | ||
--- | ||
|
||
I started coding in 1983 on a ZX-81 and been a geeky coder ever since. | ||
Now focused on creating business automation tools with Laravel and Filament. | ||
With Visual Builder my team and I are working on publishing a suite of tools that we've found essential when creating business apps. | ||
We hope they will make creating apps faster and less repetitive and provide a better customer experience. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Email Templates | ||
slug: visual-builder-email-templates | ||
author_slug: visual-builder | ||
categories: [developer-tool, form-editor] | ||
description: This package offers comprehensive email template management providing authorized editing, token replacement, multilingual support, mail class creation, and customizable theme options. | ||
discord_url: | ||
docs_url: https://github.com/visualbuilder/email-templates/blob/3.x/README.md | ||
github_repository: visualbuilder/email-templates | ||
has_dark_theme: true | ||
has_translations: true | ||
versions: [3] | ||
publish_date: 2024-08-26 | ||
--- |