Skip to content

Commit

Permalink
Update: Metadata Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jan 7, 2025
1 parent 812fb21 commit 4825b26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Resources/Private/MetadataEditor/Editor/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Fragment } from 'react';
import React from 'react';
import { neos } from '@neos-project/neos-ui-decorators';
import style from './style.module.css';

Expand Down Expand Up @@ -30,10 +30,10 @@ function Editor(props) {
return (
<dl className={style.infoView}>
{array.map(({ label, value }) => (
<Fragment>
<>
<dt className={style.propertyLabel}>{label}</dt>
<dd className={style.propertyValue} dangerouslySetInnerHTML={{ __html: value }}></dd>
</Fragment>
</>
))}
</dl>
);
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Plugin/Metadata.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4825b26

Please sign in to comment.