プロジェクト

全般

プロフィール

致命的 #1168 » sample_settings.rb

あひる 家鴨, 2018-02-10 19:27

 
1
# frozen_string_literal: true
2

    
3
Plugin.create(:sample_settings) do
4
  multiselect('複数セレクト', :sample_settings_multiselect) do
5
    option(:opt1, _('オプション1')) do
6
      select('複数セレクト内オプション', :opt1_select, hash)
7
    end
8
    option(:opt2, 'オプション2')
9
    option(:opt3, 'オプション3')
10
  end
11
end
    (1-1/1)