Add Code Component prop type for multiline plain text
SDCs can have a prop schema of: ``` type: string pattern: "(.|\r?\n)*" ``` to signify a multi-line string. Canvas uses a textarea widget for the content entry for such a prop. The Code Component Editor currently doesn't provide either a dedicated prop type or a setting within the Text prop type for this.
issue