Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BioKIC/Symbiota-light
Browse files Browse the repository at this point in the history
  • Loading branch information
egbot committed Apr 4, 2021
2 parents aa46530 + 62ba5cd commit 422b461
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions js/symb/collections.labeljsongui.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,42 @@ const dropdownsArr = [
{ value: 'mb-12', text: '12' },
],
},
{
id: 'ml',
name: 'spacing-left',
group: 'field-block',
options: [
{ value: '', text: 'Line Spacing Left' },
{ value: 'ml-0', text: '0' },
{ value: 'ml-1', text: '1' },
{ value: 'ml-2', text: '2' },
{ value: 'ml-3', text: '3' },
{ value: 'ml-4', text: '4' },
{ value: 'ml-5', text: '5' },
{ value: 'ml-6', text: '6' },
{ value: 'ml-8', text: '8' },
{ value: 'ml-10', text: '10' },
{ value: 'ml-12', text: '12' },
],
},
// {
// id: 'mr',
// name: 'spacing-right',
// group: 'field-block',
// options: [
// { value: '', text: 'Line Spacing Right' },
// { value: 'mr-0', text: '0' },
// { value: 'mr-1', text: '1' },
// { value: 'mr-2', text: '2' },
// { value: 'mr-3', text: '3' },
// { value: 'mr-4', text: '4' },
// { value: 'mr-5', text: '5' },
// { value: 'mr-6', text: '6' },
// { value: 'mr-8', text: '8' },
// { value: 'mr-10', text: '10' },
// { value: 'mr-12', text: '12' },
// ],
// },
];
const dummy = document.getElementById('dummy');
const fieldDiv = document.getElementById('fields');
Expand Down

0 comments on commit 422b461

Please sign in to comment.