Skip to content

Commit f0d2353

Browse files
author
Gemma Black
committed
Composer added to ACF Input Counter
1 parent 9f82b65 commit f0d2353

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
_notes
22
*.LCK
3+
4+
/vendor/

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "wpcomposer/acf-input-counter",
3+
"description": "Adds a counter to all text and textarea fields with character limits",
4+
"type": "wordpress-plugin",
5+
"require": {}
6+
}

0 commit comments

Comments
 (0)