export const configVideo = {
  search: [
    {
      type: 'text',
      name: 'searchTerm',
      placeholder: 'Hledat videa..',
    },
  ],
  multiselect: false,
  limit: 200,
}
