Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.83 KB | None | 0 0
  1. information: [{
  2.         header: 'Documents',
  3.         data: {
  4.           subheader: true,
  5.           meta_values: [{
  6.             meta_number: 10,
  7.             meta_text: 'Documents'
  8.           }, {
  9.             meta_number: 100,
  10.             meta_text: 'Visitors'
  11.           }, {
  12.             meta_number: 90,
  13.             meta_text: 'Downloads'
  14.           }],
  15.           meta_sentence: '10 Documents viewed by 100 visitors downloaded 90 times',
  16.           table: {
  17.             datatable: true,
  18.             headers: ['Project', 'Document', 'Current Status', 'Visitors', 'Downloads'],
  19.             table_rows: [
  20.               ['Proj 1', 'Document 1', 'Active', 120, 100],
  21.               ['Proj 2', 'Document 1', 'Active', 120, 100],
  22.               ['Proj 1', 'Document 2', 'Closed', 120, 100]
  23.             ]
  24.           }
  25.         }
  26.       }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement