Skip to content

Commit 890335c

Browse files
committed
add notice for private fields
1 parent d216bd8 commit 890335c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/views/content/attributes.html.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@
131131
<% end %>
132132
</div>
133133
</div>
134+
<% if attribute_field.label.start_with?('Private') %>
135+
<div class="row">
136+
<div class="col s12">
137+
<i class="material-icons" style="position:relative;top:5px;">visibility_off</i>
138+
Because this field starts with the word "Private", its answers will only be visible to you even if you share your pages publicly.
139+
</div>
140+
</div>
141+
<% end %>
142+
<%# todo autocomplete notice also %>
134143
</div>
135144
</li>
136145
<% end %>

0 commit comments

Comments
 (0)