'BlogPostBlogTag', 'names' => 'BlogPostBlogTags', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'BlogPostBlogTags', 'sub' => 'BlogPostBlogTags', 'list' => 'List of blog_post_blog_tags', 'edit' => 'Edit blog_post_blog_tag', 'create' => 'Create new blog_post_blog_tag' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'blog_post_id' => 'Please enter blog post id', 'blog_tag_id' => 'Please enter blog tag id', ], /** * Labels for inputs. */ 'label' => [ 'blog_post_id' => 'Blog post id', 'blog_tag_id' => 'Blog tag id', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'blog_post_id' => ['name' => 'Blog post id', 'data-column' => 1, 'checked'], 'blog_tag_id' => ['name' => 'Blog tag id', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'BlogPostBlogTags', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];