You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
609 B
41 lines
609 B
{ |
|
"FileContentKeywordValidation": |
|
{ |
|
"Keywords": |
|
[ |
|
{ |
|
"Targets": "+PS4", |
|
"Files": |
|
[ |
|
"Documentation~/Building-For-Consoles.md" |
|
], |
|
"Patterns": |
|
[ |
|
"com\\.unity\\.render-pipelines\\.ps4" |
|
] |
|
}, |
|
{ |
|
"Targets": "+PS5", |
|
"Files": |
|
[ |
|
"Documentation~/Building-For-Consoles.md" |
|
], |
|
"Patterns": |
|
[ |
|
"com\\.unity\\.render-pipelines\\.ps5" |
|
] |
|
}, |
|
{ |
|
"Targets": "+XboxOne", |
|
"Files": |
|
[ |
|
"Documentation~/Building-For-Consoles.md" |
|
], |
|
"Patterns": |
|
[ |
|
"com\\.unity\\.render-pipelines\\.xboxone" |
|
] |
|
} |
|
] |
|
} |
|
}
|
|
|