direction
This commit is contained in:
parent
0bddc15cb6
commit
4226c3912c
|
@ -389,7 +389,7 @@ class TextBox(models.Model):
|
|||
background_color = models.CharField(max_length=16)
|
||||
border_style = models.CharField(max_length=16)
|
||||
border_width = models.IntegerField()
|
||||
# direction = models.CharField(max_length=8)
|
||||
direction = models.CharField(max_length=8)
|
||||
# line_height = models.IntegerField(blank=True, null=True)
|
||||
# letter_spacing = models.IntegerField(blank=True, null=True)
|
||||
# word_spacing = models.IntegerField(blank=True, null=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user