File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -179,25 +179,6 @@ func (r *Reviewer) ConfigFields() []plugin.ConfigField {
179179 },
180180 },
181181 },
182- {
183- Name : "review_post_all" ,
184- Type : plugin .ConfigTypeSwitch ,
185- Title : plugin .MakeTranslator (i18n .ConfigReviewPostTitle ),
186- UIOptions : plugin.ConfigFieldUIOptions {
187- Label : plugin .MakeTranslator (i18n .ConfigReviewPostLabelAll ),
188- FieldClassName : "mb-0" ,
189- },
190- Value : r .Config .PostAllNeedReview ,
191- },
192- {
193- Name : "review_post" ,
194- Type : plugin .ConfigTypeSwitch ,
195- Description : plugin .MakeTranslator (i18n .ConfigReviewPostDescription ),
196- UIOptions : plugin.ConfigFieldUIOptions {
197- Label : plugin .MakeTranslator (i18n .ConfigReviewPostLabelFirst ),
198- },
199- Value : r .Config .PostNeedReview ,
200- },
201182 {
202183 Name : "review_post_keywords" ,
203184 Type : plugin .ConfigTypeTextarea ,
You can’t perform that action at this time.
0 commit comments