Configuration — YAWIK 0.32 documentation

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 $channel['yawik'] = array( 'label' => 'YAWIK', 'prices' => [ 'base' => 99, 'list' => 99, 'min' => 99, ], 'headline' => /*@translate*/ 'publish your job on yawik.org for free', 'description' => /*@translate*/ 'publish the job for 30 days on %s', 'linktext' => /*@translate*/ 'yawik.org', 'route' => 'lang/content', 'publishDuration' => 60, 'params' => array( 'view' => 'jobs-publish-on-yawik' ) ); $channel['jobsintown'] = array( 'label' => 'Jobsintown', 'prices' => [ 'base' => 650, 'list' => 698, 'min' => 499, ], 'headline' => '30 Tage, incl. Karrierenetzwerk', 'description' => 'publish the job for 30 days on %s', 'linktext' => 'www.jobsintown.de', 'logo' => '/Jobs/images/channels/jobsintown.png', 'route' => 'lang/content', 'publishDuration' => 30, 'params' => array( 'view' => 'jobs-publish-on-jobsintown' ) ); $channel['fazjob'] = array( 'label' => 'FAZjob.NET', 'prices' => [ 'base' => 1095, 'list' => 1095, 'min' => 1095, ], 'headline' => '30 Tage auf dem Karriereportal der FAZ', 'description' => 'publish the job for 30 days on %s', 'linktext' => 'FAZjob.net', 'logo' => '/Jobs/images/channels/fazjob_net.png', 'route' => 'lang/content', 'publishDuration' => 60, 'params' => array( 'view' => 'jobs-publish-on-fazjob-net' ) ); $channel['homepage'] = array( 'label' => /*@translate*/ 'Your Homepage', 'prices' => [ 'base' => 0, 'list' => 0, 'min' => 0, ], 'headline' => /*@translate*/ 'enable integration of this job on your Homepage', 'description' => /*@translate*/ 'enable %s of this job on your Homepage', 'linktext' => /*@translate*/ 'integration', 'route' => 'lang/content', 'params' => array( 'view' => 'jobs-publish-on-homepage' ) ); return array('multiposting'=> array('channels' => $channel));

Dies ist ein Begleitthema zum ursprünglichen Beitrag unter https://yawik.readthedocs.io/en/latest/configuration