Added content filtering, Removed old files
Update strings.json, blog-listing.php, and 5 more files...
This commit is contained in:
17
content/index.json
Normal file
17
content/index.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"id": "test01",
|
||||
"title": {
|
||||
"en": "Test article",
|
||||
"fr": "Article de test"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "This is a test article, please ignore it",
|
||||
"fr": "Ceci est un article de test, veuillez l'ignorer."
|
||||
},
|
||||
"image": "test.jpg",
|
||||
"tags": [
|
||||
"programming", "purebasic"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user