File tree Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Viget Form Blocks
2
2
3
- Create forms with ACF.
3
+ Create forms in Gutenberg with ACF Blocks by Viget .
Original file line number Diff line number Diff line change 4
4
"description" : " Create forms in Gutenberg with ACF Blocks by Viget." ,
5
5
"keywords" : [
6
6
" wordpress" ,
7
- " components" ,
8
- " cms" ,
9
- " ddev" ,
10
- " tailwind" ,
11
- " vite"
7
+ " forms" ,
8
+ " gutenberg" ,
9
+ " editor" ,
10
+ " plugin"
12
11
],
12
+ "type" : " wordpress-plugin" ,
13
+ "homepage" : " https://github.com/vigetlabs/viget-form-blocks" ,
13
14
"license" : " MIT" ,
14
15
"authors" : [
15
16
{
21
22
"psr-4" : {
22
23
"VigetFormBlocks\\ " : " classes/"
23
24
}
25
+ },
26
+ "require" : {
27
+ "composer/installers" : " ~1.0"
28
+ },
29
+ "config" : {
30
+ "sort-packages" : true ,
31
+ "allow-plugins" : {
32
+ "composer/installers" : true
33
+ }
24
34
}
25
35
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "package" : {
3
+ "name" : " viget/viget-form-blocks" ,
4
+ "version" : " 1.0.0" ,
5
+ "source" : {
6
+ "url" : " /root/path/not/relative/path/to/viget-form-blocks/.git" ,
7
+ "type" : " git" ,
8
+ "reference" : " main"
9
+ }
10
+ }
11
+ }
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: Viget Form Blocks
4
4
* Plugin URI: https://viget.com
5
- * Description: Form blocks using ACF.
5
+ * Description: Create forms in Gutenberg with ACF Blocks by Viget .
6
6
* Version: 1.0.0
7
7
* Requires at least: 5.7
8
8
* Requires PHP: 8.1
You can’t perform that action at this time.
0 commit comments