-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathibis.php
34 lines (29 loc) · 753 Bytes
/
ibis.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
return [
/**
* The book title.
*/
'title' => 'Introduction to SQL',
/**
* The author name.
*/
'author' => 'Bobby Iliev',
/**
* The list of fonts to be used in the different themes.
*/
'fonts' => [
// 'calibri' => 'Calibri-Regular.ttf',
// 'times' => 'times-regular.ttf',
],
/**
* Page ranges to be used with the sample command.
*/
'sample' => [
[1, 30]
],
/**
* A notice printed at the final page of a generated sample.
*/
'sample_notice' => 'This is a sample from "Introduction to SQL" by Bobby Iliev. <br>
For more information, <a href="https://devdojo.com/">Click here</a>.',
];