Skip to content

Commit

Permalink
[bug][33988] Option "float none" missing in frontend article edit view.
Browse files Browse the repository at this point in the history
  • Loading branch information
illovo authored and Thomas Hunziker committed Jul 27, 2014
1 parent 74d1626 commit 1450f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/com_content/models/forms/article.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<option value="">JGLOBAL_USE_GLOBAL</option>
<option value="right">COM_CONTENT_RIGHT</option>
<option value="left">COM_CONTENT_LEFT</option>
<option value="none">COM_CONTENT_NONE</option>
</field>
</fieldset>
<fieldset name="image-full">
Expand Down Expand Up @@ -257,6 +258,7 @@
<option value="">JGLOBAL_USE_GLOBAL</option>
<option value="right">COM_CONTENT_RIGHT</option>
<option value="left">COM_CONTENT_LEFT</option>
<option value="none">COM_CONTENT_NONE</option>
</field>
</fieldset>
</fields>
Expand Down

0 comments on commit 1450f1a

Please sign in to comment.