Added header variant of Label control, makde DropdownList control

This commit is contained in:
Maruno17
2023-11-04 23:12:25 +00:00
parent 64890f3c9e
commit ab2d2c1356
12 changed files with 209 additions and 10 deletions

View File

@@ -41,8 +41,6 @@ module Compiler
# New subsection [particle_name]
value = get_csv_record($~[1], schema["Particle"])
current_particle = {
# TODO: If "Particle" is changed to be more than just a single
# string, add more properties accordingly.
:name => value
}
data_hash[schema["Particle"][0]].push(current_particle)