Account created on 26 September 2016, over 8 years ago
#

Merge Requests

Recent comments

🇮🇳India Ujjval Kumar Jha

@shivam_tiwari I notice there is one space before span tag previously but you missed it
because if you check the original line where all these variable is used

Example:
$this->t('New Drupal Navigation, Test integration') . $new_label . $experimental_label,

Based on your code now there is no space between them

So may be need to correct it

Thanks

🇮🇳India Ujjval Kumar Jha

Hi @thaoquang

You need to update the minimum-stability in composer.json
By default it should be stable

So update this based on your requirement
Possible values are: dev, alpha, beta, RC, stable.

Example:
"minimum-stability": "dev",

🇮🇳India Ujjval Kumar Jha

Coding standards fixed in attached patch.

Production build 0.71.5 2024