forked from Yoast/Yoast-SEO-for-TYPO3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.txt
27 lines (22 loc) · 803 Bytes
/
setup.txt
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
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:yoast_seo/Configuration/TypoScript/Setup/Config.typoscript">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:yoast_seo/Configuration/TypoScript/Setup/Module.typoscript">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:yoast_seo/Configuration/TypoScript/Setup/Preview.typoscript">
yoast_seo_save_scores = PAGE
yoast_seo_save_scores {
typeNum = 1553260291
config {
disableAllHeaderCode = 1
absRefPrefix = /
no_cache = 1
additionalHeaders {
10 {
header = Content-type: application/json; charset=UTF-8
}
20 {
header = Access-Control-Allow-Origin: *
}
}
}
10 = USER_INT
10.userFunc = YoastSeoForTypo3\YoastSeo\UserFunctions\SaveScores->render
}