contentdata.js 662 B

123456789101112131415161718192021
  1. var contentData = {
  2. en_us:{
  3. sidemenu:[
  4. {
  5. id:1,
  6. name:"TOPIC",
  7. title:["Add Product","Edit Product"],
  8. headingText:["S.no","Category","Topic","Action"],
  9. formText:["Topic","Category","--Select Supplier--","Image","--Select Segment--"]
  10. },
  11. {
  12. id:2,
  13. name:"CONTENT MANAGEMENT",
  14. headingText:["Topic","Title","Description","Action"],
  15. formText:["Topic","--Select Product--","Title","Description","Role","--Select File Type--","File Type","Upload Files","Thumb Image","URL","Language","--Select Segment--"]
  16. }
  17. ],
  18. errorMsg:["Please select any one","Are you sure you want to delete?","Please enter a valid topic"]
  19. }
  20. }