Skip to content

Commit

Permalink
Update Core/Source/DTCoreTextConstants.m
Browse files Browse the repository at this point in the history
added DTRootPath
  • Loading branch information
navisingh committed Jan 26, 2013
1 parent 91ea78e commit ee5a0a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/Source/DTCoreTextConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

// custom options

NSString * const DTRootPath = @"DTRootPath";
NSString * const DTMaxImageSize = @"DTMaxImageSize";
NSString * const DTMaxObjectSize = @"DTMaxObjectSize";
NSString * const DTDefaultFontFamily = @"DTDefaultFontFamily";
Expand Down Expand Up @@ -41,4 +42,4 @@
NSString * const DTShadowsAttribute = @"DTShadows";
NSString * const DTHorizontalRuleStyleAttribute = @"DTHorizontalRuleStyle";
NSString * const DTTextBlocksAttribute = @"DTTextBlocks";
NSString * const DTFieldAttribute = @"DTField";
NSString * const DTFieldAttribute = @"DTField";

0 comments on commit ee5a0a2

Please sign in to comment.