Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.98 KB | None | 0 0
  1. tool_type: [
  2.         {
  3.           header: 'Forum Topics',
  4.           header_link: '/admin/analytics/forum_topics',
  5.           data: {
  6.             meta_values: [
  7.               { meta_number: 10, meta_text: 'Forum Topics' },
  8.               { meta_number: 100, meta_text: 'Visitors' },
  9.               { meta_number: 90, meta_text: 'Contributors' },
  10.               { meta_number: 120, meta_text: 'Comments' }
  11.             ],
  12.             meta_sentence: '90 Contributors made 120 Comments and left 100 Votes across 10 Forum Topics',
  13.             table: {
  14.               headers: ['Project', 'Topic', 'Current Status', 'Visitors', 'Contributors', 'Comments', 'Votes'],
  15.               table_rows: [
  16.                 ['Proj 1', 'Topic 1', 'Active', 120, 100, 10, 10],
  17.                 ['Proj 2', 'Topic 1', 'Active', 120, 100, 10, 10],
  18.                 ['Proj 1', 'Topic 2', 'Closed', 120, 100, 10, 10]
  19.               ]
  20.             }
  21.           }
  22.         },
  23.     {
  24.       header: 'Surveys',
  25.       ....
  26.     },
  27.     ...
  28. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement