Remove filled-rows gallery type

This commit is contained in:
Will Faught
2023-07-23 20:50:56 -07:00
parent 358ebe7bd5
commit 8c5d82a743
3 changed files with 2 additions and 39 deletions

View File

@@ -535,7 +535,7 @@ Parameters:
<dt><code>style</code></dt>
<dd>Optional. String. CSS. Image style. Merged with implementation.</dd>
<dt><code>type</code></dt>
<dd>Optional. String. Type of layout. Must be <code>filled-rows</code>, <code>grid</code>, or <code>rows</code> (default).</dd>
<dd>Optional. String. Type of layout. Must be <code>grid</code> or <code>rows</code> (default).</dd>
<dt><code>width</code></dt>
<dd>Optional. String. CSS value. Image width.</dd>
</dl>