mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.1 KiB
38 lines
2.1 KiB
const templatesList = [{ |
|
id: 1, |
|
title: 'Art Gallery Management', |
|
category: 'Creative', |
|
thumbnail: 'https://picsum.photos/200/300?1', |
|
tags: 'a,b,c', |
|
description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' |
|
}, { |
|
id: 2, |
|
title: 'Digital video production', |
|
category: 'Creative', |
|
thumbnail: 'https://picsum.photos/200/300?2', |
|
tags: 'a,b,c', |
|
description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' |
|
}, { |
|
id: 3, |
|
title: 'Content calendar', |
|
category: 'Creative', |
|
thumbnail: 'https://picsum.photos/200/300?3', |
|
tags: 'a,b,c', |
|
description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' |
|
}, { |
|
id: 4, |
|
title: 'Event Marketing', |
|
category: 'Event Planning', |
|
thumbnail: 'https://picsum.photos/200/300?4', |
|
tags: 'a,b,c', |
|
description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' |
|
}, { |
|
id: 5, |
|
title: 'Wedding Planning', |
|
category: 'Event Planning', |
|
thumbnail: 'https://picsum.photos/200/300?5', |
|
tags: 'a,b,c', |
|
description: 'I\'m a thing. But, like most politicians, he promised more than he could deliver. You won\'t have time for sleeping, soldier, not with all the bed making you\'ll be doing. Then we\'ll go with that data file! Hey, you add a one and two zeros to that or we walk!' |
|
}] |
|
|
|
export default templatesList
|
|
|