Skip to content

Commit

Permalink
Fix Footer plugin jsdoc (geosolutions-it#8508)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Aug 25, 2022
1 parent 38d3d90 commit 979032b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/client/product/plugins/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import HTML from '../../components/I18N/HTML';
* description of footer can be overridden by
* `home.footerDescription` message id in the translations
* @prop {object} cfg.logo logo data to change image and href, set to null to hide the logo
* @prop {object} cfg.logo.src source of the logo
* @prop {object} cfg.logo.width width of the logo image
* @prop {object} cfg.logo.height height of the logo image
* @prop {object} cfg.logo.title title of the logo image
* @prop {object} cfg.logo.alt alternative text of the logo image
* @prop {string} cfg.logo.src source of the logo
* @prop {number|string} cfg.logo.width width of the logo image
* @prop {number|string} cfg.logo.height height of the logo image
* @prop {string} cfg.logo.title title of the logo image
* @prop {string} cfg.logo.alt alternative text of the logo image
* @memberof plugins
* @class
* @name Footer
Expand Down

0 comments on commit 979032b

Please sign in to comment.