forked from TYPO3-Documentation/TYPO3CMS-Reference-TCA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.cfg
64 lines (45 loc) · 1.75 KB
/
Settings.cfg
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# coding: utf-8
# #####
#
# Settings.cfg - A TYPO3 Documentation Project's Configuration File
#
# About Syntax:
# See https://docs.python.org/2/library/configparser.html
#
# Put comments in separate lines!
#
# #####
# Attention:
# LEAVE RIGHT SIDE EMPTY for a 'false' value like:
# example_of_false_value =
[general]
; endless list of all of the general simple settings
; you can use in 'conf.py'
project = TCA Reference
version = master (10-dev)
release = master (10-dev)
t3author = Documentation Team
copyright = since 2000 by the TYPO3 Documentation Team
description = Complete reference to
the global Table Configuration Array $TCA
[html_theme_options]
; for theme t3SphinxThemeRtd
github_branch = master
github_commit_hash =
github_repository = TYPO3-Documentation/TYPO3CMS-Reference-TCA
github_revision_msg =
github_sphinx_locale =
project_contact = mailto:[email protected]
project_discussions =
project_home =
project_issues = https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues
project_repository = https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA
use_opensearch = https://docs.typo3.org/m/typo3/reference-tca/master/en-us/
[intersphinx_mapping]
; in this manual we actually use:
t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/
t3fal = https://docs.typo3.org/m/typo3/reference-fal/master/en-us/
t3l10n = https://docs.typo3.org/m/typo3/guide-frontendlocalization/master/en-us/
t3tsconfig = https://docs.typo3.org/m/typo3/reference-tsconfig/master/en-us/
# For a reference about this file see:
# https://github.com/marble/typo3-docs-typo3-org-resources/blob/master/userroot/scripts/bin/conf-2015-10.Reference.Settings.cfg