| 123456789101112131415161718192021 |
- var contentData = {
- en_us:{
- sidemenu:[
- {
- id:1,
- name:"TOPIC",
- title:["Add Product","Edit Product"],
- headingText:["S.no","Category","Topic","Action"],
- formText:["Topic","Category","--Select Supplier--","Image","--Select Segment--"]
- },
- {
- id:2,
- name:"CONTENT MANAGEMENT",
- headingText:["Topic","Title","Description","Action"],
- formText:["Topic","--Select Product--","Title","Description","Role","--Select File Type--","File Type","Upload Files","Thumb Image","URL","Language","--Select Segment--"]
- }
- ],
-
- errorMsg:["Please select any one","Are you sure you want to delete?","Please enter a valid topic"]
- }
- }
|