Merge pull request #2931 from nstapelbroek/feature/2895-custom-meta-descriptions-per-incident

Custom meta descriptions per incident
This commit is contained in:
James Brooks
2019-01-27 14:31:34 +00:00
committed by GitHub
13 changed files with 447 additions and 15 deletions
+5
View File
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',