https://bugzilla.wikimedia.org/show_bug.cgi?id=64726

--- Comment #2 from jeb...@gmail.com ---
We want to use the extension for a two-level scale, where featured articles
must have the highest level set to pass. We are open for discussion on how to
best implement this, but for now we go for the following (unless there are some
good ideas on alternate approaches)

   $wgFlaggedRevTags = array(
       'accuracy' => array( 'levels' => 3, 'quality' => 3, 'pristine' => 4 ),
   );
   $wgFlagRestrictions = array(
       'accuracy' => array( 'review' => 3, 'autoreview' => 2 ),
   );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to