-
Notifications
You must be signed in to change notification settings - Fork 6
/
spark.info
24 lines (19 loc) · 947 Bytes
/
spark.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This is the form_builder specification. It's in a magical format without a name.
# Use this format while developing your own sparks!
# This is the spark name. This should be the registered name of the spark.
# It's only used for informational purposes.
name: form_builder
# This is the current version of this spark. All sparks should be in
# x.x.x format. Validation will fail otherwise. This is the version
# that will appear on the website.
version: 1.3.0
# This is the version of CodeIgniter this spark is compatible up to. It should
# be in x.x.x format
compatibility: 2.0.2
# These are other sparks which this spark needs in order to work correctly.
# Dependencies should be in NAME: VERSION format, where NAME is an existing
# spark name, and VERSION is a version in x.x.x format.
# This is optional, so comment it out if it's unneeded
#dependencies:
# These are tags to associate your spark with
tags: ["forms", "generator"]