fix custom params on the language top level was deprecated
This commit is contained in:
parent
273de376d6
commit
2520893058
1 changed files with 4 additions and 3 deletions
|
|
@ -72,11 +72,12 @@ id = ""
|
|||
|
||||
[languages]
|
||||
[languages.en]
|
||||
description = "Guidelines for when Developing AL for Microsoft Dynamics 365 Business Central"
|
||||
languageName = "English"
|
||||
title = "alguidelines.dev - Business Central Design Patterns"
|
||||
# Weight used for sorting.
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
[languages.en.params]
|
||||
description = "Guidelines for when Developing AL for Microsoft Dynamics 365 Business Central"
|
||||
# Weight used for sorting.
|
||||
|
||||
# Everything below this are Site Params
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue