Number of authors in citations style LibreOffice

I am trying to set the number of authors appearing in the citation of an entry in LibreOffice document. In the jstyle file fields MaxAuthors or MaxAuthorsFirst (i don’t understand the difference between those two by the way !) does not change anything in the display in LOWriter. I want to have a citation like this [Author1 et al, YYYY] with only the first author then ‘et al’ in italic and the year field. Is there any help to do so ?
Thanks.

Same question here. Did anyone know the solution?

Hi,

according to the code
MaxAuthors // The maximum number of authors to write out in full without using etal. Set to -1 to always write out all authors.

MaxAuthorsFirst: The number of authors to write out full when you cite a key.
Assume you have a paper with 20 authors. Some citation styles require to list the full names of the first 4 authors for the first time. Later it is sufficient to have only maybe (Author A and Author B 2019 et al.)

For your approach it should be sufficient so set both fields to a value of 1.