Skip to content

Criptext/News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News

In this repository, we store as text file the news to be presented to our users via the 'update banner' feature.

The files must be inside a folder which must be named LANGUAGE_REGION, where LANGUAGE and REGION are 2-letter codes. This naming convention is a subset of the IETF language tag standard and may be expanded to support other tag formats as needed.

The files must contain a JSON object following the structure:

{
  "title": "STRING"
  "body": "STRING"
}

Releases

No releases published

Packages

No packages published