| 123456789101112131415161718192021 |
- var notificationData = {
- 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:1,
- name:"CONTENT MANAGEMENT",
- headingText:["Title","Description","Action"],
- formText:["Title","Description","Role"]
- }
- ],
-
- errorMsg:["Please enter a subject","Please enter a description","Are you sure you want to delete?"]
- }
- }
|