×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: XML
Posted by: Mojtaba Khalilian
Added: Mar 2, 2015 4:28 PM
Views: 1864
Tags: no tags
  1.  
  2. {
  3.    "#mixitup": {
  4.       "role": "root",
  5.       "name": "mixitup",
  6.       "id": "1"
  7.    },
  8.    ".fc li:not(.active)": [
  9.       {
  10.          "role": "frequent",
  11.          "name": "categories"
  12.       },
  13.       {
  14.          "role": "placeholder",
  15.          "name": "category",
  16.          "target": "inside",
  17.          "input": "text"
  18.       },
  19.       {
  20.          "role": "placeholder",
  21.          "name": "cindex",
  22.          "target": "data-filter",
  23.          "input": "auto-index",
  24.          "pattern": "c$"
  25.       }
  26.    ],
  27.    ".fp li:not(.active)": [
  28.       {
  29.          "role": "frequent",
  30.          "name": "specification"
  31.       },
  32.       {
  33.          "role": "placeholder",
  34.          "name": "specification",
  35.          "target": "inside",
  36.          "input": "text"
  37.       },
  38.       {
  39.          "role": "placeholder",
  40.          "name": "pindex",
  41.          "target": "data-filter",
  42.          "input": "auto-index",
  43.          "pattern": "p$"
  44.       }
  45.    ],
  46.    ".mix": [
  47.       {
  48.          "role": "frequent",
  49.          "name": "products"
  50.       },
  51.       {
  52.          "role": "placeholder",
  53.          "name": "",
  54.          "target": "class",
  55.          "input": "text",
  56.          "pattern": "mix $"
  57.       },
  58.       {
  59.          "role": "placeholder",
  60.          "name": "name",
  61.          "target": "data-name",
  62.          "input": "text",
  63.          "unify": "unify1"
  64.       },
  65.       {
  66.          "role": "placeholder",
  67.          "name": "price",
  68.          "target": "data-price",
  69.          "input": "text",
  70.          "unify": "unify2"
  71.       }
  72.    ],
  73.    ".img_wrapper img": {
  74.       "role": "placeholder",
  75.       "name": "image",
  76.       "target": "inside",
  77.       "input": "image"
  78.    },
  79.    ".mix .titles h2": {
  80.       "role": "placeholder",
  81.       "name": "name",
  82.       "target": "inside",
  83.       "input": "text",
  84.       "unify": "unify1"
  85.    },
  86.    ".mix .titles em": {
  87.       "role": "placeholder",
  88.       "name": "description",
  89.       "target": "inside",
  90.       "input": "long"
  91.    },
  92.    ".mix .price": {
  93.       "role": "placeholder",
  94.       "name": "price",
  95.       "target": "inside",
  96.       "input": "text",
  97.       "unify": "unify2"
  98.    },
  99.    ".mix .particulars li": [
  100.       {
  101.          "role": "frequent",
  102.          "name": "specification"
  103.       },
  104.       {
  105.          "role": "placeholder",
  106.          "name": "specification",
  107.          "target": "inside",
  108.          "input": "text"
  109.       }
  110.    ],
  111.    ".mix .category": {
  112.       "role": "placeholder",
  113.       "name": "category",
  114.       "target": "inside",
  115.       "input": "text"
  116.    },
  117.    "@wight": {
  118.       "role": "option",
  119.       "name": "wight",
  120.       "id": "wight",
  121.       "input": "text"
  122.    }
  123. }