- π΅π°Pakistan monymirza Islamabad
this patch conflicts with issue https://www.drupal.org/node/3199172 β
When using text_format
as child element it doesn't work correctly.
Code example:
$form['text'] = [
'#type' => 'multivalue',
'#title' => $this->t('Textbox'),
'#required' => TRUE,
'text' => [
'#type' => 'text_format',
'#title' => $this->t('Text'),
],
'#default_value' => [
0 => ['text' => ['value' => 'Text', 'format' => 'full_html']],
1 => ['text' => ['value' => 'Another Text value', 'format' => 'full_html']],
],
];
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
this patch conflicts with issue https://www.drupal.org/node/3199172 β