Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: add page lang description
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed Sep 20, 2018
1 parent 66e7c54 commit 862ab78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/pattern-library/builtins/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const Page = (context: BuiltInContext): BuiltInResult => {
id: langEnumId,
inputType: Types.PatternPropertyInputType.Select,
label: 'Language',
description: 'Define in which language your website is.',
origin: Types.PatternPropertyOrigin.BuiltIn,
options,
propertyName: 'lang',
Expand Down

0 comments on commit 862ab78

Please sign in to comment.