 Issue 29516687:
  Issue 4488 - Add support for JSON page front matter  (Closed) 
  Base URL: https://hg.adblockplus.org/cms
    
  
    Issue 29516687:
  Issue 4488 - Add support for JSON page front matter  (Closed) 
  Base URL: https://hg.adblockplus.org/cms| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!-- { | |
| 2 "title": "Awesome page", | |
| 
Vasily Kuznetsov
2017/08/16 18:34:56
Here we should probably have a bit more diversity
 
rosie
2017/08/19 01:56:34
Integrated this test with test_site and expected_o
 
rosie
2017/08/19 01:56:34
Done.
 | |
| 3 "description": "Awesome description", | |
| 4 "image": { | |
| 5 "url": "/img/awesome.jpg", | |
| 6 "type": "image/jpg", | |
| 7 "width": "1024", | |
| 8 "height": "768", | |
| 9 "alt": "Awesome image" | |
| 10 } | |
| 11 } --> | |
| 12 <h1>Awesome page</h1> | |
| OLD | NEW |