Skip to content

Commit ce520a4

Browse files
committed
Fix markdown syntax
1 parent 00444e9 commit ce520a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configuration/ViewerConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ The typical layout of a QWC app source tree is as follows:
328328
### Application build-time configuration<a name="build-time configuration"></a>
329329

330330
The `js/appConfig.js` is the the principal build-time configuation file, and defines:
331+
331332
- The default application locale, built into the application. This locale is used if no available locale matches the browser locale.
332333
- Which plugins are built into the application. Plugins left out here will be completely omitted when compiling the application bundle, and will hence also reduce the size of the bundle.
333334
- Various hook functions, as documented in the sample [sample `js/appConfig.js`](https://github.com/qgis/qwc2-demo-app/blob/master/js/appConfig.js).

0 commit comments

Comments
 (0)