'Newsfeed', 'names' => 'Newsfeeds', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Newsfeeds', 'sub' => 'Newsfeeds', 'list' => 'List of newsfeeds', 'edit' => 'Edit newsfeed', 'create' => 'Create new newsfeed' ], /** * Options for select/radio/check. */ 'options' => [ 'type' => ['image','audio','video','default'], 'status' => ['Show','Hide'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'source_id' => 'Please enter source id', 'title' => 'Please enter title', 'type' => 'Please select type', 'video' => 'Please enter video', 'audio' => 'Please enter audio', 'image' => 'Please enter image', 'description' => 'Please enter description', 'link' => 'Please enter link', 'source_logo' => 'Please enter source logo', 'source_name' => 'Please enter source name', 'slug' => 'Please enter slug', 'status' => 'Please select status', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'source_id' => 'Source id', 'title' => 'Title', 'type' => 'Type', 'video' => 'Video', 'audio' => 'Audio', 'image' => 'Image', 'description' => 'Description', 'link' => 'Link', 'source_logo' => 'Source logo', 'source_name' => 'Source name', 'slug' => 'Slug', 'status' => 'Status', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'source_id' => ['name' => 'Source id', 'data-column' => 1, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 2, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 3, 'checked'], 'source_logo' => ['name' => 'Source logo', 'data-column' => 4, 'checked'], 'source_name' => ['name' => 'Source name', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Newsfeeds', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];