Skip to content

Commit

Permalink
docs: fix order
Browse files Browse the repository at this point in the history
Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
mamico and pnicolli authored Nov 14, 2023
1 parent db24fdb commit db12d09
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ const messages = defineMessages({
},
});

/**
* @params content {object} content object
* @params imageinheader {boolean} if true, show image in header (eg. in PersonaView)
* @params imageinheader_field {string} field name of the image to show in header (eg. 'foto_persona')
*/
const PageHeader = (props) => {
const {
content,
Expand Down

0 comments on commit db12d09

Please sign in to comment.