Is it possible to use the erc721Votes standard to vote on multiple proposals?

I would like to deploy OpenZeppelin Governor in order to allow voting on proposals. I would like each member of the DAO to be able to vote on any proposal, but to vote only once per proposal.

Is this the erc721Votes standard the best way to do this? Does the erc721Votes standard allow for voting on multiple proposals, or does it only allow a single vote per NFT?

Apologies if this question is in the wrong category, and thank you in advance for any help!

Hi @orbmis. The Governor and ERC721Votes contracts will allow members to vote only once per proposal, and on any number of different proposals.

Hi @frangio, that's exactly what I wanted to find out, I'll spend some time looking into it some more in that case. Thanks for your help, much appreciated!