30 lines
509 B
YAML
30 lines
509 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/logo.jpg"
|
|
website: ""
|
|
|
|
admin:
|
|
view: "view.blade.php"
|
|
controller: ""
|
|
css: ""
|
|
wrapper: ""
|
|
|
|
dashboard:
|
|
wrapper: ""
|
|
css: ""
|
|
|
|
data:
|
|
directory: "data"
|
|
public: ""
|
|
|
|
database:
|
|
migrations: ""
|