Skip to content

Commit b34490e

Browse files
committed
Introduce |cakeversion| substitution
1 parent a889f7b commit b34490e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ export default {
4646
phpversion: '8.2',
4747
minphpversion: '7.4'
4848
},
49+
substitutions: {
50+
'|phpversion|': { value: '8.2', format: 'bold' },
51+
'|minphpversion|': { value: '7.4', format: 'italic' },
52+
'|cakeversion|': '4.6',
53+
},
4954
locales: {
5055
root: {
5156
label: "English",

0 commit comments

Comments
 (0)