 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
Seems like having two variables here would be enou
 
rosie
2017/08/19 01:56:34
Done.
 
rosie
2017/08/19 01:56:34
Sounds good. Also, integrated this test with test_
 | |
| 3 description = Awesome description | |
| 4 image_url = /img/awesome.jpg | |
| 5 image_type = image/jpg | |
| 6 image_width = 1024 | |
| 7 image_height = 768 | |
| 8 image_alt = Awesome image | |
| 9 --> | |
| 10 <h1>Awesome page</h1> | |
| OLD | NEW |