- Issue created by @joachim
> '#description' => $this->t('If pathauto state is 0, the client website will use the path on the server website (generated with Pathauto or not). If pathauto state is 1, the client website will generate a new alias according to its own configuration if Pathauto patterns are used on the client website.'),
What is 0 and 1?
The option values are:
self::EXPOSE_CURRENT_PATHAUTO => $this->t('Expose current pathauto state'),
self::FORCE_ENABLE_PATHAUTO => $this->t('Force to expose a pathauto state enabled'),
self::FORCE_DISABLE_PATHAUTO => $this->t('Force to expose a pathauto state disabled'),
Active
4.0
User interface