feat(lab): Show options description
This commit is contained in:
parent
ae3294ce83
commit
27c907c95a
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ const DesignOptionPctDeg = props => {
|
|||
|
||||
return (
|
||||
<div className="py-4 mx-6 border-l-2 pl-2">
|
||||
<p className="m-0 p-0 px-2 mb-2 text-neutral-content opacity-60 italic">
|
||||
{props.app.t(`options.${props.pattern.config.name}.${props.option}.description`, props.app.language)}
|
||||
</p>
|
||||
<div className="flex flex-row justify-between">
|
||||
{editOption
|
||||
? <EditOption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue