b157a3bbe1
Current extensions will need to adapt to this better version of conf.yml. Older extensions won't work on this version and extensions created in older versions won't work on this one.
27 lines
480 B
YAML
27 lines
480 B
YAML
# ◆
|
|
# Thank you for developing with Blueprint.
|
|
# For documentation about conf.yml, refer to ptero.shop/dev/conf.
|
|
|
|
|
|
info:
|
|
name: "␀name␀"
|
|
identifier: "␀identifier␀"
|
|
description: "␀description␀"
|
|
flags: ""
|
|
version: "␀ver␀"
|
|
target: "␀version␀"
|
|
author: "␀author␀"
|
|
icon: "assets/EXTLOGO-␀num␀.jpg"
|
|
|
|
admin:
|
|
view: "view.blade.php"
|
|
controller: ""
|
|
requests: ""
|
|
css: ""
|
|
|
|
data:
|
|
directory: "data"
|
|
public: ""
|
|
|
|
database:
|
|
migrations: ""
|