Puppet Class: role::articlecreationworkflow

Defined in:
puppet/modules/role/manifests/articlecreationworkflow.pp

Overview

Class: role::articlecreationworkflow

The ArticleCreationWorkflow allows to customize page creation experience for new users.



5
6
7
8
9
# File 'puppet/modules/role/manifests/articlecreationworkflow.pp', line 5

class role::articlecreationworkflow {
  mediawiki::extension { 'ArticleCreationWorkflow':
      priority => $::load_early, # Must load before VisualEditor
  }
}