-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: add support to the Visual Form Builder (#65)
* feature: add initial support to form builder * feature: add sample block * feature: add ConvertDonationFormBlocksToFieldsApi class * feature: add add-on settings in the form builder interface * feature: add sample options to the add-on settings page * refactor: rename color option type * refactor: rename color option type * chore: update yoast polyfills * doc: update unreleased tags * chore: add comments related to the compiled assets files * refactor: add notice about limitations related to the form settings extension * refactor: change sample block icon * refactor: replace strings * refactor: replace give-addon with ADDON_TEXTDOMAIN * refactor: remove test folder * feature: rename new files using namespace * fix: wrong paths * refactor: rename and remove old strings * doc: update Asset Compilation section * chore: ignore full language folder * chore: update form builder library * doc: fix tag name
- Loading branch information
1 parent
58bde85
commit 1f44c14
Showing
33 changed files
with
32,804 additions
and
10,058 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
declare module '*.svg'; | ||
declare module '*.module.css'; | ||
declare module '*.module.scss'; | ||
declare var wp: any; |
Oops, something went wrong.